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
it probably does not directly affect this library as we are only constructing bignum and not doing any math (but users might have the issue by using result)
And @sidorares all we do is .plus and .times and then we call .toString() and give the user a string; the users do not have any idea that we are even using bignumber.js :)
Regrettably, a critical (though very rarely manifesting) bug has been found in the division operation in versions v2.0.0 - v2.0.3 of bignumber.js.
Please update to v2.0.5.
The text was updated successfully, but these errors were encountered: