Stirling
Advanced Analysis Library Only
double Stirling (double x);
Purpose
Computes the Stirling approximation to the gamma function.
Parameters
Input | ||
Name | Type | Description |
x | double | The point at which the function is evaluated. |
Return Value
Name | Type | Description |
result | double | The value of the Stirling function evaluated at x. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later