Click or drag to resize

SpecialFunctionsFactorialLn Method

Computes the logarithmic factorial function x -> ln(x!) of an integer number > 0.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double FactorialLn(
	int x
)

Parameters

x  Int32
The integer value for which to compute ln(x!).

Return Value

Double
The natural logarithm of the factorial of x.
See Also