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
You can experiment with this function in the test box below.
Test Input
fact(6)
returns 720
On This Page