Click or drag to resize

SpecialFunctionsGammaReciprocal Method

The reciprocal of the gamma function. For arguments larger than +34.84425627277176174 the reciprocal of Double.MaxValue is returned.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double GammaReciprocal(
	double x
)

Parameters

x  Double
Any real number.

Return Value

Double
See Also