Returns the value of Gauss' hypergeometric function 2F1.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Hypergeometric2F1(
double a,
double b,
double c,
double x
)
Public Shared Function Hypergeometric2F1 (
a As Double,
b As Double,
c As Double,
x As Double
) As Double
public:
static double Hypergeometric2F1(
double a,
double b,
double c,
double x
)
static member Hypergeometric2F1 :
a : float *
b : float *
c : float *
x : float -> float
Parameters
- a
- Type: SystemDouble
The first parameter for the numerator. - b
- Type: SystemDouble
The second parameter for the numerator. - c
- Type: SystemDouble
">The parameter for the denominator. - x
- Type: SystemDouble
The point at which to evaluate the function.
Return Value
Type:
DoubleThe value of Gauss' hypergeometric function
1F
1(
a,
b;
c;
x).
Reference