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