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