You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I work with impedance spectroscopy and I sometimes have to deal with large complex numbers. I experienced some overflow issues with the mathjs tanh implementation which I do not experience with Python. I raised the issue there and was asked to report it here since the tanh and coth functions for Complex numbers are currently straight from Complex.js library. See below example and kindly assist.
Hi, I work with impedance spectroscopy and I sometimes have to deal with large complex numbers. I experienced some overflow issues with the mathjs tanh implementation which I do not experience with Python. I raised the issue there and was asked to report it here since the tanh and coth functions for Complex numbers are currently straight from Complex.js library. See below example and kindly assist.
I thought I'd also share my custom implementation which is a translation of numba's implementation to JavaScript (although using mathjs)
The text was updated successfully, but these errors were encountered: