Special.Hypergeometric0F1 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#
public static double Hypergeometric0F1(
	double b,
	double x
)

Parameters

b  Double
">The parameter for the denominator.
x  Double
The point at which to evaluate the function.

Return Value

Double
The value of the confluent hypergeometric function 0F1(;b;x).

See Also