Special.Hypergeometric 2F 1 Method
Returns the value of Gauss' hypergeometric function 2F1.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of Gauss' hypergeometric function 1F1(a,b;c;x).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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).