-
Notifications
You must be signed in to change notification settings - Fork 0
stdlib_math_trig
Neil Tallim edited this page Jul 14, 2015
·
1 revision
The trig
namespace provides trigonometry-specific functions.
Converts x
from radians into degrees.
Converts x
from degrees into radians.
Returns the distance from (0, 0) to (x, y).
Returns the inverse cosine of x
.
Returns the inverse sine of x
.
Returns the inverse tangent of x
.
If y
is given, it is the angle against which x
is calculated, to determine periodicity for quadrant-resolution.
Returns the cosine of x
.
Returns the sine of x
.
Returns the tangent of x
.
Returns the inverse hyperbolic cosine of x
.
Returns the inverse hyperbolic sine of x
.
Returns the inverse hyperbolic tangent of x
.
Returns the hyperbolic cosine of x
.
Returns the hyperbolic sine of x
.
Returns the hyperbolic tangent of x
.