Module transcendental
The transcendental module.
Exported from
Library transcendental
Summary
Module transcendental
The transcendental module.
transcendental names
transcendental names
^
$double-e
$double-pi
$single-e
$single-pi
acos
asin
atan
atan2
cos
cosh
exp
isqrt
log
logn
sin
sinh
sqrt
tan
tanh
The Transcendental library contains functions on numbers.
Raises an object to a specified power.
The approximation of ℯ for double-precision arithmetic.
The approximation of π for double-precision floating-point arithmetic.
The approximation of ℯ for single-precision arithmetic.
The approximation of π for single-precision floating-point arithmetic.
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.
A generic function.
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.