Special.Hypergeometric 2F 1 Method
Returns the value of Gauss' hypergeometric function 2F1.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of Gauss' hypergeometric function 1F1(a,b;c;x).
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double Hypergeometric2F1(
double a,
double b,
double c,
double x
)
Parameters
- a Double
- The first parameter for the numerator.
- b Double
- The second parameter for the numerator.
- c Double
- ">The parameter for the denominator.
- x Double
- The point at which to evaluate the function.
Return Value
DoubleThe value of Gauss' hypergeometric function 1F1(a,b;c;x).