XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
C6. Cosine and sine integrals
chi
ci
shi
si
◆
shi()
double shi
(
double
x
)
Hyperbolic sine integral Shi(x)
Purpose
shi computes the hyperbolic sine integral.
Shi(x) = ∫ sinh(t)/t dt [0, x]
Returns
info = 0: Hyperbolic sine integral Shi(x).
info = 1: -∞.
info = 2: ∞.
Parameters
[in]
x
Argument x.
Error handling
Range error (ERANGE) may occur.
Generated by
1.9.7