Fact()
This function returns the factorial of a number
Syntax:
= Fact (Number)
Number = The number for which the factorial is required
Example:
- = Fact (0) - result will be - 1
- = Fact (1) - result will be - 1
- = Fact (2) - result will be - 2
- = Fact (3) - result will be - 6
- = Fact (4) - result will be - 24
- = Fact (5) - result will be - 120
0 comments:
Post a Comment