The Absolute (abs) token returns the absolute (positive) value of an expression.
The Floor (floor) token returns a value that is rounded down.
The Ceiling (ceil) token returns a value that is rounded up.
The Round (round) token returns a value that is rounded up to the closest integer if 0.5 or more, or rounded down if a fraction less than 0.5.
The Minimum (MIN) token evaluates two or more expressions and returns the lowest value. Separate all input expressions by commas.
The Maximum (MAX) token evaluates two or more expressions and returns the highest value. Separate all input expressions by commas
The Average (av) token returns the average value of a list of expressions. Separate all input expressions by commas.
The Modulo (fmod) token returns the remainder when <val1> is divided by <val2>. You can also use the operator % (percent) to represent modulo.
Autodesk Softimage v7.5