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