Mathematical Functions

When working with formulas, the user can use predefined math functions listed in the table below:

Brief description
Returns the module (absolute value) of a number.
Returns the number arccosine.
Returns hyperbolic arccosine of a number.
Returns the arccotangent of the number.
Returns the hyperbolic arccotangent of the number.
Returns result of aggregation with selected method with a possibility to not taking into account hidden values on calculation.
Returns the number arcsine.
Returns the hyperbolic arcsine of a number.
Returns the number arctangent.
Returns the arctangent for the specified X and Y coordinates.
Returns the hyperbolic arctangent of the number.
Returns the average of an array of cells.
Returns the average of cells that satisfy the specified condition.
Returns the average of cells that satisfy the specified set of conditions.
Returns the result of rounding the value up, to the nearest integer or to the nearest multiple of significance.
Returns the number of combinations for the specified number of objects.
Returns the cosine of the specified angle.
Returns the hyperbolic cosine of a number
Returns the cotangent of an angle.
Returns the hyperbolic cotangent of a number.
Returns the number of elements in an array of cells.
Returns the number of cells that satisfy the specified condition.
Returns the number of cells that satisfy the specified set of conditions.
Returns a value converted from radians to degrees.
Returns the result of rounding the value to the nearest even integer.
Returns the result of raising the number "e" to the specified power.
Returns the factorial of the specified number.
Returns the result of rounding the number to the nearest integer smaller in modulus.
Returns the greatest common divisor for two or more integers.
Returns the result of rounding the value to the nearest smaller integer.
Returns the least common multiple for two or more integers.
Returns the natural logarithm of a number.
Returns the number logarithm based on the specified base.
Returns the base-10 logarithm of the specified number.
Returns the maximum number in the cell array.
Returns the matrix determinant of a cell array.
Returns the minimum number in the cell array.
Returns an inverse matrix for the specified matrix.
Returns the number matrix equal to the product of the two matrixes.
Returns the remainder from dividing a number by a denominator.
Returns a number rounded with desired precision.
Returns the multinomial of a set of numbers, for which you want the multinomial
Returns the result of rounding the value to the nearest odd integer.
Returns the result of raising a real number to real power.
Returns the product of cell array values.
Returns the integer part of the result of division with a remainder.
Returns a value converted from degrees to radians.
Returns a random number greater than or equal to 0 and less than 1, evenly distributed.
Returns a random number between two specified numbers
Returns an array that is an arbitrary permutation of another array, which elements are integers ranging from 1 to the value of the passed parameter.
Returns the random sample of M elements from the elements array, which are integers from 1 to N.
Returns the result of converting an Arabic number into a Roman as text.
Returns the result of rounding a number to the specified number of decimal places.
Returns the result of rounding the number to the nearest value smaller in modulus.
Returns the result of rounding the number to a nearest value greater in modulus.
Returns the sum of a power series.
Returns the number sign.
Returns the sine of the specified angle.
Returns hyperbolic sine of the specified number.
Returns positive value of a square root.
Returns the square root from the expression value: Number * Pi.
Returns the sum of real numbers from the specified cell range.
Returns the sum of numbers in the specified cell range that satisfy the specified condition.
Returns the sum of numbers in the specified cell range that satisfy the specified set of conditions.
Returns the sum of squares of numbers from the specified cell range.
Returns the sum of differences of squares of corresponding values in two arrays.
Returns the sum of sums of squares of corresponding values in two arrays.
Returns the sum of squares of the differences of corresponding values in two arrays.
Returns the tangent of the specified angle.
Returns the hyperbolic tangent of the specified angle.
Truncates a number to the specified number of decimal places.

See also:

Function Wizard