Description:
Compute the factorial of the parameter.
Syntax:
fact(nExp)
Note:
The function computes the factorial of nExp.
Parameters:
nExp |
Data for which you want to compute the factorial |
Return value:
Long integer (64 bit)
Example:
fact(10) |
3628800 |