Mathematical functions
Index of mathematical functions
Returns a number's absolute value. | |
Returns the absolute difference between two numbers. | |
Returns the average value for a set of numbers. Deprecated — use mean. | |
Counts how many times a given value appears in the input data. | |
Returns the difference between two numbers. | |
Returns the change direction for a series of numbers. | |
Divides one number by another. | |
Returns a randomly selected integer. | |
Returns a randomly selected decimal number. | |
Groups table rows with matching values in one or more columns. For each group, the function aggregates the data for one or more columns. | |
Returns the maximum value in a set of numbers. | |
Returns the mean for a set of numbers. | |
Returns the median for a set of numbers. | |
Returns the minimum value in a set of numbers. | |
Returns the mode for a set of numbers. | |
Calculates a percentage value — (base/whole) * 100. | |
Calculates the percentage change between two numbers. | |
Calculates the percentage change across a series of numbers. | |
Returns the result of a number raised to a power. | |
Returns the result of multiplying two or more numbers. | |
Returns the rank of a value in a set of numbers. | |
Returns the nth root of a number. | |
Rounds a number to a specific number of decimal places. | |
Returns the sign of a number (1 if positive, -1 if negative, and 0 if zero). | |
Sums the input values (numbers or lists). | |
Counts the summed values required to reach a target threshold. | |
Returns the total value for a set of numbers. | |
Truncates a number to its integer part. |