Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: Influencing the Gconvert macro

by syphilis (Archbishop)
on Oct 01, 2020 at 07:38 UTC ( [id://11122392]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ./perl -I./lib -le 'printf "%.751g\n", 2 ** - 1074;'
    4.94065... another 740 digits ...65625e-324
    
  2. or download this
    $ perl -le 'printf "%.91g\n", 2 ** -1074;'
    4.9406564584124654e-324
    $ perl -le 'printf "%.92g\n", 2 ** -1074;'
    4.94065645841246544176568792868221372365059802614324764425585682500675
    +50727020875186529983636e-324
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-20 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found