Operators and System Functions
- Last UpdatedNov 27, 2023
- 1 minute read
|
AND |
logical and |
|
+ |
add |
|
- |
change sign |
|
& |
concatenate strings |
|
% |
division |
|
** |
exponentiation |
|
== |
qual |
|
> |
greater than |
|
>= |
greater equal |
|
< |
less than |
|
<= |
less equal |
|
* |
multiplication |
|
NOT |
logical not |
|
/= |
not equal |
|
OR |
logical or |
|
- |
subtraction |
|
XOR |
logical exclusive or |
|
ABS |
absolute value |
|
ACO |
arcus cosine (radians) |
|
ACOSD |
arcus cosine (degrees) |
|
ASIN |
arcus sine (radians) |
|
ASIND |
arcus sine (degrees) |
|
ATAND |
arcus tangent (radians) |
|
ATAND |
arcus tangent (degrees) |
|
BYTE |
character whose ASCII code is the argument of BYTE |
|
COS |
cosine (radians) |
|
COSD |
cosine (degrees) |
|
DEGREE |
angle in degrees to angle in radians |
|
SIN |
sine (radians) |
|
SIND |
sine (degrees) |
|
SQRT |
square root |
|
TAN |
tangent (radians) |
|
TAND |
tangent (degrees) |
|
SUBSTR |
substrings |
|
LENGTH |
length of a string |
|
INDEX |
position of a specified sub-string within a string |
|
NRCHAR |
number of character with specified number of decimals |