FactorialL function
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
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.FactorialL
function FactorialL(n : Int) : BigInt
Returns the factorial of a given number.
The number to take the factorial of.
The factorial of n
.