next up previous contents index
Next: List of Standard Operators Up: Standard Predicates and Functions Previous: List of Standard Predicates   Contents   Index

List of Standard Functions


 		  X + Y 		     

X - Y
X * Y
X / Y
X // Y integer division
X mod Y
-X
X $\backslash$/ Y bitwise OR
X /$\backslash$ Y bitwise AND
$\backslash$ 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 $e$
log10(X) logarithm with base 10
sqrt(X)
asin(X)
acos(X)
atan(X)



Baoqiu Cui
2000-04-23