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.LogFactorialD
function LogFactorialD(n : Int) : Double
Summary
Returns the approximate natural logarithm of the factorial of a given integer.
Input
n
The number to take the log-factorial of.
Output
The natural logarithm of the factorial of the provided input.