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
Fundamentally this is issue #99, but I suppose there's an opportunity for the pow() function to recognize that the base is e and then delegate out to the exp() function for evaluation..
First off, Thanks for the excellent work on this library.
e() ** 26 = 1,95,72,96,09,428.8385
exp(26) = 1,95,72,96,09,428.83878 (Expected answer)
If truncated, that mantissa should be 8388, instead of 8385
The text was updated successfully, but these errors were encountered: