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#126582 (status was 'resolved')
Searchable as RT126582$
The text was updated successfully, but these errors were encountered:
5.22.0, or bleadperl as of f99896c-ish:
$ ./perl -wle 'print 0x111.0000000000000p+0' Hexadecimal float: mantissa overflow at -e line 1. 273 $ ./perl -wle 'print 0x111.00000000000000p+0' Hexadecimal float: mantissa overflow at -e line 1. 17
The 273 got shifted left by the 13th (ta-dah!) zero.
Sorry, something went wrong.
On Fri Nov 06 16:53:47 2015, jhi wrote:
5.22.0, or bleadperl as of f99896c-ish: $ ./perl -wle 'print 0x111.0000000000000p+0' Hexadecimal float: mantissa overflow at -e line 1. 273 $ ./perl -wle 'print 0x111.00000000000000p+0' Hexadecimal float: mantissa overflow at -e line 1. 17 The 273 got shifted left by the 13th (ta-dah!) zero.
Now committed http://perl5.git.perl.org/perl.git/commitdiff/0c8adad77d308bd7d386922521a57b894a2bf959
@jhi - Status changed from 'new' to 'resolved'
No branches or pull requests
Migrated from rt.perl.org#126582 (status was 'resolved')
Searchable as RT126582$
The text was updated successfully, but these errors were encountered: