X + Y
X - Y
X * Y
X / Y
X // Y integer division
X mod Y
-X
X / Y bitwise OR
X / Y bitwise AND
X bitwise negate
X Y logical shift right
X Y logical shift left
sin(X)
cos(X)
tan(X)
float(X)
floor(X)
exp(X)
log(X) logarithm with base
log10(X) logarithm with base 10
sqrt(X)
asin(X)
acos(X)
atan(X)