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

losing a 0 from end of exponent #3338

Closed
p6rt opened this issue Feb 18, 2014 · 3 comments
Closed

losing a 0 from end of exponent #3338

p6rt opened this issue Feb 18, 2014 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Feb 18, 2014

Migrated from rt.perl.org#121273 (status was 'resolved')

Searchable as RT121273$

@p6rt
Copy link
Author

p6rt commented Feb 18, 2014

From @raydiak

Rakudo 2014.01-94-g230a54b, MoarVM 2014.01-211-gda1a, under linux kernel 3.2 64-bit

my $a = 2**128/1e18;

say $a; # wrong​: ends with e+2 instead of e+20

say $a/100; # right​: ends with e18

@p6rt
Copy link
Author

p6rt commented May 19, 2014

From @FROGGS

Fixed by sergot++ in MoarVM/MoarVM@d84b1dd260

@p6rt p6rt closed this as completed May 19, 2014
@p6rt
Copy link
Author

p6rt commented May 19, 2014

@FROGGS - Status changed from 'new' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant