Click or drag to resize

NMathFunctionsGammaLn Method

Note: This API is now obsolete.

Returns the log of the gamma function at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[ObsoleteAttribute("Instead use SpecialFunctions.GammaLn()")]
public static double GammaLn(
	double x
)

Parameters

x  Double
A point on the x-axis.

Return Value

Double
The log of the gamma function at x.
Remarks
The gamma function is an extension of the factorial function to complex and real number arguments.
See Also