(Contents)(Previous)(Next)

Trigonometric Functions

The following trigonometric functions producing a numeric value as the result are provided:

COS (A) cosine of the number A

SIN (A) sine of the number A

TAN (A) tangent of the number A

COT (A) cotangent of the number A

COSH (A) hyperbolic cosine of the number A

SINH (A) hyperbolic sine of the number A

TANH (A) hyperbolic tangent of the number A

ACOS (A) arc cosine of the number A

ASIN (A) arc sine of the number A

ATAN (A) arc tangent of the number A

ATAN2 (A,B) forms the arc tangent of the value A/B under certain circumstances

RADIANS (A) the angle in radians of the number A

DEGREES (A) measure of degree of the number A


(Contents)(Previous)(Next)