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.3179.0 (4.8.3179.0)
Syntax
C#
public static double FactorialLn(
	int x
)

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.SpecialFunctions.FactorialLn(System.Int32)"]

Return Value

Double
A value value! for value > 0
See Also