GammaC
Advanced Analysis Library Only
double GammaC (double x, double a);
Purpose
Computes the complementary regularized gamma function, which is defined as follows:
The following equation relates the complement of the regularized gamma function to the regularized gamma function:
Parameters
Input | ||
Name | Type | Description |
x | double | The point at which the function is evaluated. |
a | double | The upper limit of the complementary regularized gamma function. |
Return Value
Name | Type | Description |
result | double | The value of the evaluated complementary regularized gamma function. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later