Special.Hypergeometric 0F 1 Method
Returns the value of the confluent hypergeometric limit function 0F1.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the confluent hypergeometric function 0F1(;b;x).
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double Hypergeometric0F1(
double b,
double x
)
Parameters
Return Value
DoubleThe value of the confluent hypergeometric function 0F1(;b;x).