next up previous
Next: Operators Up: Summary Previous: Predicates

Artihmetic Functions

 
   *  /2yfx 400				 Multiplication

+ /2yfx 500 Addition

- /1 fx 500 Unary minus

- /2yfx 500 Subtraction

/ /2yfx 400 Division

// /2yfx 400 Integer division

/ /2yfx 500 Bitwise and

<< /2yfx 400 Bitwise left shift

>> /2yfx 400 Bitwise right shift

"C"/1 (list of one character) Character code

/1 fx 500 Bitwise negation

/2yfx 500 Bitwise or

^ /2xfy 200 Power function

abs/1 Absolute value

acos/1 Inverse (arc) cosine

asin/1 Inverse (arc) sine

atan/1 Inverse (arc) tangent

atan/2 Rectangular to polar conversion

ceil/1 Smallest integer larger than argument

cos/1 Cosine

cputime/0 Get CPU time

e/0 Mathematical constant

exp/1 Exponent (base e)

floor/1 Largest integer below argument

integer/1 Round to nearest integer

log/1 Natural logarithm

log10/1 10 base logarithm

max/2 Maximum of two numbers

min/2 Minimum of two numbers

mod/2xfx 300 Remainder of division

random/1 Generate random number

pi/0 Mathematical constant

sin/1 Sine

sqrt/1 Square root

tan/1 Tangent

xor/2yfx 400 Bitwise exclusive or



Passani Luca
Tue Nov 14 08:58:33 MET 1995