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