-
Notifications
You must be signed in to change notification settings - Fork 559
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
Number to string conversion is inaccurate #177
Labels
Comments
From [email protected]The following program: $_ = 9007199254740991; # 2**52-1 produces the output 9.00719925474099e+15 I think it should produce the output 9007199254740991 since 2**52-1 is accurately represented. Perl Info
|
This was referenced Oct 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#982 (status was 'resolved')
Searchable as RT982$
The text was updated successfully, but these errors were encountered: