Expertsystemen

 

Functions: math

Below you will find math-related functions with a short description. You can download an example model for each of them.

Function / Download Explanation
absolute Returns the absolute value of a number.
arccos Returns the inverse cosine of a degree in radians.
arcsin Returns the inverse sine of a degree in radians.
arctan Returns the inverse tangent of a degree in radians.
cos Returns the cosine of a degree in radians.
even Returns whether a number is even.
ln Returns the natural logarithm of a number.
min Returns the lower of two numbers.
max Returns the higher of two numbers.
power Calculates a number to the power of.
random Returns whether a randomly chosen number is greater or equal.
round Rounds of to a specified number of decimals.
roundup Rounds up to a specified number of decimals.
sin Returns the sine of a degree in radians.
sqrt Returns the square root of a number.
tan Returns the tangent of a degree in radians.
tdistribution Returns the one-tailed Student’s t-distribution.
trunc Truncates a number to the lowest rounded of value.