Special.HypergeometricU(Double, Double, Double) Method

Returns the value of the confluent hypergeometric function of the second kind U.

Definition

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

Parameters

a  Double
The first parameter for the numerator.
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 of the second kind U(a;b;x).

See Also