math v0.0.1 Math
Mathematical functions and constants.
Summary
Functions
Equality-ish test for whether x and y are nearly equal
Computes the arc cosine of x
Computes the inverse hyperbolic cosine of x
Computes the arc sine of x
Computes the inverse hyperbolic sine of x
Computes the arc tangent of x
Computes the arc tangent given y and x
Computes the inverse hyperbolic tangent of x
Computes the cosine of x
Computes the hyperbolic cosine of x (expressed in radians)
The mathematical constant E (e)
Returns e to the xth power
Returns the natural logarithm (base e) of x
Computes the logarithm (base 10) of x
Returns the logarithm (base 2) of x
The mathematical constant PI
Returns x to the yth power
Computes the sine of x
Computes the hyperbolic sine of x (expressed in radians)
Returns the non-negative square root of x
Computes the tangent of x (expressed in radians)
Computes the hyperbolic tangent of x (expressed in radians)
The mathematical constant TAU