Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

TANGENT = %.17g formatting (Re^8:int() function)

by pryrt (Abbot)
on Oct 26, 2020 at 13:39 UTC ( [id://11123182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:>perl -MConfig -le "print +5.3130431399669280e-34; printf qq($_\n), 
    ++5.3130431399669280e-34 for qw/%.17f %.17e %.17g/; print qq($^V\t|\t$
    +Config{myuname})"
    5.31304313996693e-34
    ...
    5.31304313996692843e-34
    5.3130431399669284e-34
    v5.30.0 |       Win32 strawberry-perl 5.30.0.1 #1 Thu May 23 12:20:46 
    +2019 x64
    
  2. or download this
    % perl -MConfig -le 'print +5.3130431399669280e-34; printf qq($_\n), +
    +5.3130431399669280e-34 for qw/%.17f %.17e %.17g/; print qq($]\t|\t$Co
    +nfig{myuname})'
    5.31304313996693e-34
    ...
    5.31304313996692843e-34
    5.3130431399669284e-34
    5.008005        |       linux builder4.centos.org 2.6.9-55.0.9.elsmp #
    +1 smp thu sep 27 18:27:41 edt 2007 i686 i686 i386 gnulinux
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-16 16:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found