Click or drag to resize

FunctionsGammaLn Method

Computes the logarithm of the Gamma function.

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static double GammaLn(
	double z
)

Parameters

z  Double
The argument of the gamma function.

Return Value

Double
The logarithm of the gamma function.
See Also