Click or drag to resize

SpecialFunctionsHypergeometric2F1 Method

The Gauss or generalized hypergeometric function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Hypergeometric2F1(
	double a,
	double b,
	double c,
	double x
)

Parameters

a  Double
The first parameter.
b  Double
The second parameter.
c  Double
The thrid parameter.
x  Double
A real number such that
C#
|x| < 1
.

Return Value

Double
The generalized hypergeometric function at x.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe argument x must be in the open interval (-1, 1).
See Also