Advanced Analysis Library Only
double CoshIntegral (double x);
Computes the hyperbolic cosine integral, which is defined as follows:
Input | ||
Name | Type | Description |
x | double-precision | The input argument of the hyperbolic cosine integral. Refer to the definition formula for the hyperbolic cosine integral for more information about x. |
Name | Type | Description |
result | double-precision | The value of the hyperbolic cosine integral. |