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
Returns the approximate natural logarithm of the factorial of a given integer.
The number to take the log-factorial of.
The natural logarithm of the factorial of the provided input.