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
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