FactorialL 函数

完全限定的名称:Std.Math.FactorialL

function FactorialL(n : Int) : BigInt

总结

返回给定数字的阶乘。

输入

n

要采用乘数的数字。

输出

n的阶乘。

另请参阅