XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
C6. Cosine and sine integrals
chi
ci
shi
si
◆
si()
double si
(
double
x
)
Sine integral Si(x)
Purpose
si computes the sine integral.
Si(x) = ∫ sin(t)/t dt [0, x]
Returns
Sine integral Si(x).
Parameters
[in]
x
Argument x.
Error handling
If x is NaN, NaN is returned and errno is not altered.
Range error (ERANGE) may occur.
Generated by
1.9.7