Click or drag to resize

RandomNumberGeneratorgammln Method

Natural log of the gamma function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static double gammln(
	double xx
)

Parameters

xx  Double
x

Return Value

Double
log of gamma of xx
See Also