Special.GammaRatio Method

Returns the ratio of two gamma functions.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
public static double GammaRatio(
	double numerator,
	double denominator
)

Parameters

numerator  Double
The argument of the gamma function in the numerator.
denominator  Double
The argument of the gamma function in the denominator.

Return Value

Double
The ratio of the gamma function evaluated at numerator to the gamma function evaluated at denominator.

See Also