Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.FactorialL
function FactorialL(n : Int) : BigInt
Summary
Returns the factorial of a given number.
Input
n
The number to take the factorial of.
Output
The factorial of n
.