scipy.special.
shichi
shichi(x)
Hyperbolic sine and cosine integrals
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.
eul + ln x + integral((cosh(t)-1)/t, t=0..x)
eul
scipy.special
Enter search terms or a module, class or function name.