Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
相信大家都听说过定义为 sinc(x) = sin(x)/x 的 sinc 函数。numpy 中有一个很好的实现,但我想知道是否还有这个函数的双曲线版本,即
sinhc(x) = sinh(x)/x