List of functions

The following table describes the supported functions (eg, function graphs) :

Function Parameter Description
sin(x) x: Angle The function returns the sine of the given angle. The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
asin(x) x: sine value The function returns the angle of the given sine value. The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
cos(x) x: Angle The function returns the cosine of the given angle. The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
acos(x) x: cosine value The function returns the angle of the given cosine value The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
tan(x) x: Angle The function returns the tangens of the given angle. The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
atan(x) x: tangens value The function returns the angle of the given tangens value The angle is interpreted in the angular dimension of the application settings (DEG, RAD, GRAD).
min(x, y, ...) x, y: real numbers The function returns the smallest value from the list.
max(x, y, ...) x, y: real numbers The function returns the greatest value from the list.
abs(x) x: value The function returns the absolute value.
sqr(x) x: value The function calculates the square of the value.
sqrt(x) x: value The function calculates the square root of the value.
pow(a, n) a: base
n: exponent
The function calculates the nth power of a.
root(a, n) a: root base
n: root exponent
The function calculates the nth root of a.
lcm(x, y) x, y: integer values Least common multiple
hcd(x, y) x, y: integer values Greatest common divisor
hcp(x, y) x, y: values Greatest common power