Sponsored Link
Purpose
Find the factorial of a number
Return value
The factorial of a number
Syntax
=FACT (number)
Arguments
- number – The number to get the factorial of.
Usage notes
The number cannot be negative.
If the number is not an integer it will be truncated and then solved.