SpecialFunctionsFactorialLn Method |
Computes the logarithmic factorial function x -> ln(x!) of an integer number > 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double FactorialLn(
int x
)
Parameters
- x Int32
- The integer value for which to compute ln(x!).
Return Value
DoubleThe natural logarithm of the factorial of
x.
See Also