Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: Padding with sprintf changing number

by choroba (Cardinal)
on Sep 27, 2021 at 14:31 UTC ( [id://11137042]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Padding with sprintf changing number
in thread Padding with sprintf changing number

> Neither python3 nor raku

But

$ python2 -c 'print(4887.15 * 100)' 488715.0

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^5: Padding with sprintf changing number
by syphilis (Archbishop) on Sep 27, 2021 at 14:53 UTC
    Yes, I had good reason to avoid mentioning python2's print() implementation ;-)
    It apparently rounds to even fewer decimal digits than perl5:
    $ python2 -c 'print 2 ** 0.5' 1.41421356237 $ perl -le 'print 2 ** 0.5' 1.4142135623731
    At least they've done something about it.
    Maybe perl7 will do the same.

    Cheers,
    Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found