<float>
The class of floating-point numbers.
Exported from
Module common-dylan
Module Dylan
Modifiers
abstract free sealed
Superclasses
<real>
Subclasses
<double-float>
<extended-float>
<single-float>
Functions on <float>
decode-float
float-digits
float-precision
float-radix
float-to-string
integer-decode-float
scale-float
Functions returning <float>
acos
asin
atan
atan2
cos
cosh
decode-float
exp
log
logn
scale-float
sin
sinh
sqrt
tan
tanh
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of real numbers.
The class of double-precision floating-point numbers.
The class of extended-precision floating-point numbers.
The class of single-precision floating-point numbers.
A generic function.
A generic function.
A generic function.
A function.
Formats a floating-point number to a string.
A function.
A generic function.
Returns the arc-cosine of a real number.
Returns the arc-sine of a real number.
Returns the arc-tangent of a real number.
Returns the arc-tangent of a pair of real numbers.
Returns the cosine of a real number.
Returns the hyperbolic cosine of a real number.
Returns ℯ raised to a number.
Returns the exponent of a number.
A generic function.
Returns the sine of a real number.
Returns the hyperbolic sine of a real number.
A generic function.
Returns the tangent of a real number.
Returns the hyperbolic tangent of a real number.