The factorial of specified number. Returns a decimal even though the factorial is an integer.
fact( number )
number: (Integer) A number between 0 and 170, the factorial of which will be returned.
Decimal
fact(6) returns 720
fact(6)
720
On This Page