Click or drag to resize

SpecialFunctionsGammaLn Method

THe natural log of the gamma function. A Double.NaN is return for all x = { 0, -1, -2, ... }. and for all other negative values the real part is returned.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double GammaLn(
	double x
)

Parameters

x  Double
A point on the x-axis.

Return Value

Double
The natural log of the gamma function at x.
See Also