Advanced Analysis Library Only
double GaussHG (double x, double a, double b, double c);
Computes the Gauss hypergeometric function, which is a solution of the following differential equation:
Input | ||
Name | Type | Description |
x | double-precision | The point at which the function is evaluated. |
a | double-precision | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
b | double-precision | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
c | double-precision | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
Name | Type | Description |
result | double-precision | The value of the Gauss hypergeometric function evaluated at x. |