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.3179.0 (4.8.3179.0)
Syntax public static double FactorialLn(
int x
)
Parameters
- x Int32
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.SpecialFunctions.FactorialLn(System.Int32)"]
Return Value
DoubleA value value! for value > 0
See Also