Description Returns the factorial of a specified number.
Syntax FACT ( number )
| Argument | Description |
|---|---|
| number | Any non-negative integer. If you supply a real number, FACT truncates the number to an integer before calculation. |
Examples This function returns 2:
This function returns 720:
See Also FACT, FACTDOUBLE, PRODUCT