Module transcendental

The transcendental module.

Exported from

Library transcendental

Summary

transcendental names

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.