MROUND
Returns a number rounded to the desired multiple.
Returns a number rounded to the desired multiple.
Returns the base-10 logarithm of a number.
Returns the logarithm of a number to the base you specify.
Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
Returns the least common multiple of integers. The least common multiple is the smallest positive integer that is a multiple of all integer arguments number1, number2, and so on. Use LCM to add fractions with different denominators.
Rounds a number up, to the nearest integer or to the nearest multiple of significance.
Rounds a number down to the nearest integer.
Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder.
Rounds a number down, toward zero, to the nearest multiple of significance.
Returns the factorial of a number, equal to the series 1*2*3*…* , ending in the given number.