Calculates the arc cosine of x, returning a value ranging from 0 to π.
Calculates the inverse hyperbolic cosine of x.
Calculates the arc sine of x, returning a value ranging from -π/2 to π/2.
Calculates the inverse hyperbolic sine of x.
Calculates the arc tangent of x, returning a value ranging from -π/2 to π/2.
Calculates the arc tangent of y / x, returning a value ranging from -π to π.
Calculates the inverse hyperbolic tangent of x, returning a value from ranging from -1 to 1.
Returns cosine of x. x is in radians.
Calculates the hyperbolic cosine of x.
Calculates the hyperbolic sine of x.
Returns tangent of x. x is in radians.
Calculates the hyperbolic tangent of x.
Copyright The D Language Foundation 2000 - 2011. D implementations of tan, atan, and atan2 functions are based on the CEPHES math library, which is Copyright (C) 2001 Stephen L. Moshier <steve@moshier.net> and are incorporated herein by permission of the author. The author reserves the right to distribute this material elsewhere under different copying permissions. These modifications are distributed here under the following terms:
This is a submodule of std.math.
It contains several trigonometric functions.