Operator Type |
Operators |
||||
---|---|---|---|---|---|
Arithmetic operators |
abs add atan ceiling cos |
cvi cvr div exp |
floor idiv ln log |
mod mul neg round |
sin sqrt sub truncate |
Relational, boolean, and bitwise operators |
and bitshift eq |
false ge gt |
le lt ne |
not or |
true xor |
Conditional operators |
if |
ifelse |
|
|
|
Stack operators |
copy dup |
exch index |
pop roll |
|
|