The extended-reals Reference Manual

This is the extended-reals Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:22:52 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 extended-reals

Extended real numbers for Common Lisp.

Author

Tamas K Papp <>

License

Boost Software License - Version 1.0

Dependency

alexandria (system).

Source

extended-reals.asd.

Child Component

extended-reals.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 extended-reals/extended-reals.asd

Source

extended-reals.asd.

Parent Component

extended-reals (system).

ASDF Systems

extended-reals.


3.1.2 extended-reals/extended-reals.lisp

Source

extended-reals.asd.

Parent Component

extended-reals (system).

Packages

extended-reals.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 extended-reals

Source

extended-reals.lisp.

Nickname

xreal

Use List
  • alexandria.
  • common-lisp.
Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: lambda-template ((prefix &rest variables) &body body)
Package

extended-reals.

Source

extended-reals.lisp.

Macro: with-template ((prefix &rest variables) &body body)
Package

extended-reals.

Source

extended-reals.lisp.


5.1.2 Ordinary functions

Function: -inf ()

Return an object representing negative infinity.

Package

extended-reals.

Source

extended-reals.lisp.

Function: -inf? (object)

Test if an object represents negative infinity.

Package

extended-reals.

Source

extended-reals.lisp.

Function: < (number &rest more-numbers)
Package

extended-reals.

Source

extended-reals.lisp.

Function: <= (number &rest more-numbers)
Package

extended-reals.

Source

extended-reals.lisp.

Function: = (number &rest more-numbers)
Package

extended-reals.

Source

extended-reals.lisp.

Function: > (number &rest more-numbers)
Package

extended-reals.

Source

extended-reals.lisp.

Function: >= (number &rest more-numbers)
Package

extended-reals.

Source

extended-reals.lisp.

Function: inf ()

Return an object representing (positive) infinity.

Package

extended-reals.

Source

extended-reals.lisp.

Function: inf? (object)

Test if an object represents (positive) infinity.

Package

extended-reals.

Source

extended-reals.lisp.

Function: infinite? (object)

Test if an object represents positive or negative infinity.

Package

extended-reals.

Source

extended-reals.lisp.


5.1.3 Types

Type: extended-real (&optional base)
Package

extended-reals.

Source

extended-reals.lisp.


5.2 Internals


5.2.1 Macros

Macro: define-pairwise (name test)
Package

extended-reals.

Source

extended-reals.lisp.


5.2.2 Ordinary functions

Function: extend-pairwise-comparison (test first rest)
Package

extended-reals.

Source

extended-reals.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables