We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
It might be good to setup a test case which will check if overflows occur with the installed numpy version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The numpy.exp function is sometimes required to work with large numbers.
Results in overflow
I don't know if this occurs only for particular numpy version or is a general problem.
It might be good to setup a test case which will check if overflows occur with the installed numpy version.
The text was updated successfully, but these errors were encountered: