GaussHG
Advanced Analysis Library Only
double GaussHG (double x, double a, double b, double c);
Purpose
![]() |
Note This function has been superseded by GaussHypergeometric. |
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 8.0 and later