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
Yeah, this library is supposed to support arbitrary precision (> 64 bit math) but my power implementation is really slow. I'll work on an optimized one when I have a chance. Thanks.
as the title metioned, code
Expression("1.000000000000001^1234567").eval();
takes a very long time to finish caculating.
The text was updated successfully, but these errors were encountered: