Special.Hypergeometric2F1 Method

Returns the value of Gauss' hypergeometric function 2F1.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double Hypergeometric2F1(
	double a,
	double b,
	double c,
	double x
)

Parameters

a  Double
The first parameter for the numerator.
b  Double
The second parameter for the numerator.
c  Double
">The parameter for the denominator.
x  Double
The point at which to evaluate the function.

Return Value

Double
The value of Gauss' hypergeometric function 1F1(a,b;c;x).

See Also