Advanced Analysis Library Only
double SinhIntegral (double x);
Computes the hyperbolic sine integral, which is defined as follows:
Input | ||
Name | Type | Description |
x | double-precision | The upper limit of the hyperbolic sine integral. |
Name | Type | Description |
result | double-precision | The value of the hyperbolic sine integral. |