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
Migrated from rt.perl.org#130153 (status was 'new')
Searchable as RT130153$
The text was updated successfully, but these errors were encountered:
2e0**-1019 1.78005908680576e-307 2e0**-1020 8.90029543402881e-308 2**-1019 1.78005908680576e-307 2**-1020 Numeric overflow in block <unit> at <unknown file> line 1
The result for 2**-1020 is bogus. The exact value of the operation is representable in the Num type, as was used to represent the result of 2**-1019.
-zefram
Sorry, something went wrong.
MoarVM PR fixing this sent: MoarVM/MoarVM#442
No branches or pull requests
Migrated from rt.perl.org#130153 (status was 'new')
Searchable as RT130153$
The text was updated successfully, but these errors were encountered: