Click or drag to resize

SpecialFunctionsHypergeometric1F1 Method

The confluent hypergeometric series of the first kind.

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

Parameters

a  Double
The first parameter.
b  Double
The second positve parameter.
x  Double
A real number.

Return Value

Double
The confluent hypergeometric series at x.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionParameter b must be postive.
Remarks
As the parameter b approaches 0 computational errors increase. For example when b is near 1E-11 only about two significant digits are valid.
See Also