The standard transcendental and trigonometric functions are provided along with the ability to specify degree or radian operations.
Function
|
Meaning
|
ACS
|
Returns the arc cosine of an expression
|
ASN
|
Returns the arc sine of an expression
|
ATN
|
Returns the arc tangent of an expression
|
ATN2
|
Returns the angle to a point
|
COS
|
Returns the cosine of an expression
|
DEG
|
Statement to set degree mode for trig functions
|
EXP
|
Return the exponential of an expression
|
LGT
|
Computes common (base 10) logarithms
|
LOG
|
Computes natural (base e) logarithms
|
PI
|
Returns the numeric value 3.14159...
|
RAD
|
Statement to set radian mode for trig functions
|
SIN
|
Returns the sine of an expression
|
SQR
|
(SQRT) Returns the square root of an expression
|
TAN
|
Returns the tangent of an expression
|