...
- random - A random value from 0 to 1.
- strlen - Compute the length of a string.
- sqrt - Square root .
- avg - The average of the arguments.
- cos - Cosine with a radian argument.
- acos - Arc cosine with a radian argument.
- asin - Arc sine with a radian argument.
- atan - Arc tan with a radian argument.
- exp - Compute the euler's number e raised to the power of the argument.
- floor - the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
- int - Convert the double argument to integer.
- logn - Natural logarithm in n base : logn( BASE, VAL).
- log 10 - Natural logarithm in 10 base.
- log - Natural logarithm in e base.
- pow - The first argument power the second one.
- prod - The product of the arguments.
- round - The closest long to the argument.
- sin - Sine with a radian argument.
- tan - tan with a radian argument.
- degTorad - Convert angle from degrees to radians.
- radTodeg - Convert angle from radians to degrees.
Complete syntax can be found here: http://www.japisoft.com/formula/doc/index.html