LogFactorialD function

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.

See Also

  • Microsoft.Quantum.Math.ApproximateFactorial
  • Microsoft.Quantum.Math.FactorialI
  • Microsoft.Quantum.Math.FactorialL