Trigometric And Hyperbolic Functions
SIN (n)
Returns the sine of the number n (radians).
COS (n)
Returns the cosine of the number n (radians).
TAN (n)
Returns the tangent of the number n (radians).
ASIN (n)
Returns the inverse sine of the number n (in radians).
ACOS (n)
Returns the inverse cosine of the number n (in radians).
ATAN (n)
Returns the inverse tangent of the number n (in radians).
ATAN (y,x)
Returns the inverse tangent of the number y over x (in radians).
SINH (n)
Returns the hyperbolic sine of the number n.
COSH (n)
Returns the hyperbolic cosine of the number n.
TANH (n)
Returns the hyperbolic tangent of the number n.