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

Big numbers #4

Open
1 task
mstekiel opened this issue Dec 1, 2022 · 0 comments
Open
1 task

Big numbers #4

mstekiel opened this issue Dec 1, 2022 · 0 comments

Comments

@mstekiel
Copy link
Owner

mstekiel commented Dec 1, 2022

The numpy.exp function is sometimes required to work with large numbers.

numpy.exp(2800)

Results in overflow

I don't know if this occurs only for particular numpy version or is a general problem.

  • check numpy.exp(LARGE NUMBER) in diffrerent numpy versions for overflow.

It might be good to setup a test case which will check if overflows occur with the installed numpy version.

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

1 participant