FACT
Syntax
FACT(<number>)
Description
Returns the factorial of a number (0 <= number < 21).
Examples
| Column1 | FACT() returns |
|---|---|
| 3 | 6 |
| 4 | 24 |
| 8 | 40,320 |
| 21 | <error> |
| -3 | <error> |
, multiple selections available,
FACT(<number>)
Returns the factorial of a number (0 <= number < 21).
| Column1 | FACT() returns |
|---|---|
| 3 | 6 |
| 4 | 24 |
| 8 | 40,320 |
| 21 | <error> |
| -3 | <error> |