The LN Function
Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
Returns the sum of the squares of the arguments.
Returns a positive square root.
Returns the absolute value of a number. The absolute value of a number is the number without its sign.
It returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive.
It returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive.
It returns the k-th percentile of values in a range. This function has been replaced by two new functions and you should avoid using it unless it is absolutely necessary. The new functions are PERCENTILE.INC and PERCENTILE.EXC.
It returns the quartile of a data set based on percentile values from 0..1, exclusive.
It returns the quartile of a data set based on percentile values from 0..1, inclusive.
It returns the quartile of a data set. This function has been replaced by two new functions and you should avoid using it unless it is absolutely necessary. The new functions are QUARTILE.INC and QUARTILE.EXC.