Advanced Analysis Library Only
double Stirling (double x);
Computes the Stirling approximation to the gamma function.
| Input | ||
| Name | Type | Description |
| x | double-precision | The point at which the function is evaluated. |
| Name | Type | Description |
| result | double-precision | The value of the Stirling function evaluated at x. |