Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Small Perl 6 discoveries III, Ints

by syphilis (Archbishop)
on Sep 28, 2017 at 23:46 UTC ( [id://1200332]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -le "printf '%.0f', 2e25;"
    20000000000000001811939328
    C:\>perl -le "printf '%.0f', 20e24;"
    19999999999999997516972032
    
  2. or download this
    $ perl -le 'printf "%.0f\n", 2e25;'
    20000000000000001811939328
    $ perl -le "printf '%.0f', 20e24;"
    19999999999999997516972032
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1200332]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found