Returns the value of the confluent hypergeometric limit function 0F1.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Hypergeometric0F1(
double b,
double x
)
Public Shared Function Hypergeometric0F1 (
b As Double,
x As Double
) As Double
public:
static double Hypergeometric0F1(
double b,
double x
)
static member Hypergeometric0F1 :
b : float *
x : float -> float
Parameters
- 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
0F
1(;
b;
x).
Reference