Fact
- Last UpdatedJul 18, 2023
- 1 minute read
Calculates the factorial of a number.
Syntax
Fact(Number)
Number:
Any number.
Return Value
The factorial of Number.
Example
Variable=Fact(6);
! Sets Variable to 720 (that is 720=1x2x3x4x5x6).
Calculates the factorial of a number.
Fact(Number)
Number:
Any number.
The factorial of Number.
Variable=Fact(6);
! Sets Variable to 720 (that is 720=1x2x3x4x5x6).