Arithmetic Functions
The Calculator adapter supports the following arithmetic functions:
abs(x) | absolute value |
ceil(x) | smallest integer greater than or equal to x |
exp(x) | E to the power |
fact(i) | factorial |
floor(x) | largest integer less than or equal to x |
ln(x) | natural logarithm |
log10(x) | log base 10 |
power(x, y) | power |
rand() | random number 0..1 |
round(x) | round to integer |
sqrt(x) | square root |