Mathematical Functions
Returns the absolute value of the input. | |
Rounds up a given value to the nearest integer. | |
Rounds down a given value to the nearest integer. | |
Returns the natural logarithm of a given value. | |
Returns the base 10 logarithm of a given value. | |
Returns the logarithm of a given value in the specified base. | |
Returns the arithmetic mean of the input set. | |
Returns the sample standard deviation of the input set. | |
Returns the population standard deviation of the input set. | |
Returns the sample variance of the input set. | |
Returns the population variance of the input set. |