Sinc hyperbolic function in Python

141 Views Asked by At

I am sure you have all heard of the sinc function defined as sinc(x) = sin(x)/x. There is an implementation in numpy which works great, but I was wondering if there was also a hyperbolic version of this function, i.e.

sinhc(x) = sinh(x)/x

0

There are 0 best solutions below