 | RandomNumberGeneratorgammln Method |
Natural log of the gamma function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxprotected static double gammln(
double xx
)
Protected Shared Function gammln (
xx As Double
) As Double
protected:
static double gammln(
double xx
)
static member gammln :
xx : float -> float
Parameters
- xx Double
- x
Return Value
Doublelog of gamma of
xx
See Also