High level language
163
Operators, mathematical functions, logic
functions and variables
Instruction Meaning
Arithmetic operators.
+Add
- Subtract / Change sign
*Multiply
/ Division
+= Compounded addition
-= Compounded subtraction
*= Compounded multiplication
/= Compounded division
MOD Module or remainder of a division
** Exponent
Trigonometric functions.
SIN[...] Sine
COS[...] Cosine
TAN[...] Tangent
ASIN[...] Arc-sine
ACOS[...] Arc-cosine
ATAN[...] Arc-tangent
ARG[...] Arctangent y/x
Mathematical functions.
ABS[...] Absolute value
SQR[...] Square function
SQRT[...] Square root
LOG[...] Decimal logarithm
LN[...] Neperian logarithm
EXP[...] "e" function
DEXP[...] Decimal exponent