Returns the Log Gamma correction term for argument values greater
than or equal to 10.0.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double R9lgmc(
double x
)
Public Shared Function R9lgmc (
x As Double
) As Double
public:
static double R9lgmc(
double x
)
static member R9lgmc :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double value.
Return Value
Type:
Double
A
double value specifying the Log Gamma correction term.
See Also