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