GaussHypergeometric
Advanced Analysis Library Only
double GaussHypergeometric (double x, double a, double b, double c);
Purpose
Computes the Gauss hypergeometric function, which is a solution of the following differential equation:
Parameters
| Input | ||
| Name | Type | Description |
| x | double | The point at which the function is evaluated. |
| a | double | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
| b | double | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
| c | double | One of the parameters of the Gauss hypergeometric function. Refer to the definition formula for the Gauss hypergeometric function for more information. |
Return Value
| Name | Type | Description |
| result | double | The value of the Gauss hypergeometric function evaluated at x. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 2010SP1 and later