Numbers

To compute usual arithmetical operations, use the symbols: (, ), +, -, *, /, ^ (for exponentiation).

The available numerical functions are: abs(x), sqrt(x), exp(x), ln(x), sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), deg(x) (to convert radians in degrees), rad(x) (to convert degrees in radians).

There is one constant: pi.

Next, the following number valued functions are also available:

Last, there are all the angle measure functions. The result is in degrees. Eukleides handles directed angles, hence angle returns a signed number greater than -180° and smaller than or equal to 180°.





Go to: Reference index Previous page Next page Concept index Command index