Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"e() ** 26" != "exp(26)" #179

Open
m4mario opened this issue Apr 3, 2021 · 1 comment
Open

"e() ** 26" != "exp(26)" #179

m4mario opened this issue Apr 3, 2021 · 1 comment

Comments

@m4mario
Copy link

m4mario commented Apr 3, 2021

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

@davedelong
Copy link
Owner

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants