Returns the Log Gamma correction term for argument values greater than or equal to 10.0.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double R9lgmc(
	double x
)
Visual Basic (Declaration)
Public Shared Function R9lgmc ( _
	x As Double _
) As Double
Visual C++
public:
static double R9lgmc(
	double x
)

Parameters

x
Type: System..::.Double
A double value.

Return Value

A double value specifying the Log Gamma correction term.

See Also