Returns the gamma function of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Gamma(
BigFloat value
)
Public Shared Function Gamma (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Gamma(
BigFloat^ value
)
static member Gamma :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe gamma function of
value with the same relative accuracy as
value.
Reference