calc.fact
Calculate the factorial of a number.
Example
#calc.fact(5)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
number
The number whose factorial to calculate. Must be non-negative.