Math functions
NAME | DESCRIPTION |
---|---|
Returns the absolute value of a number, a number without its sign | |
Returns the average of the arguments | |
Returns the average of the filtered values that satisfy the given condition | |
Returns the average of the arguments excluding negatives | |
Returns the average of the arguments excluding zeros | |
Returns the average of the arguments excluding zeros and negatives | |
Rounds a number to the nearest integer or to the nearest multiple of significance | |
Counts the number of items in the list | |
Returns the count of items that match the specified condition | |
Returns the division of two values | |
Rounds to the nearest higher even number | |
Returns e raised to the power of a given number | |
FILTERIF | Returns the list of items that match the given condition |
Rounds a number (towards zero) to the nearest specified multiple of significance | |
Returns the index of the first occurrence of a number in an array of numbers | |
Returns the logarithm of a number to the base specified | |
Returns the largest number in a set of values | |
Returns the smallest number in a set of values | |
Rounds to the nearest higher odd number | |
Returns the result of a number raised to a power | |
Returns a random number between 0 and 1 | |
Returns a random number between two values | |
Rounds a number to the specified number of decimal places | |
Returns the square root of a number | |
Returns the sum of all the numbers in the argument | |
Used for a percentage calculation |
Finance Function
Calculates the payment for a loan based on constant payments and a constant interest rate |
Last updated