SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.shichi

scipy.special.shichi(x) = <ufunc 'shichi'>

Hyperbolic sine and cosine integrals

Returns:

shi

integral(sinh(t)/t, t=0..x)

chi

eul + ln x + integral((cosh(t)-1)/t, t=0..x) where eul is Euler’s constant.

Previous topic

scipy.special.factorialk

Next topic

scipy.special.sici