FACT
Returns the factorial of a number, equal to 1*2*3*...*number.
Syntax
FACT(number)
Number is the non-negative number whose factorial you wish to calculate. If the entry Number is not an integer, the decimal digits are cut off
Returns the factorial of a number, equal to 1*2*3*...*number.
Syntax
FACT(number)
Number is the non-negative number whose factorial you wish to calculate. If the entry Number is not an integer, the decimal digits are cut off