Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Calculating base difference of numbers

by toolic (Bishop)
on May 30, 2008 at 19:44 UTC ( [id://689324]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    printf "%.5f\n", (1.5553 - 1.5552);
    printf "%.5f\n", (0.9984 - 0.998);
    printf "%.5f\n", (100.25 - 100.3);
    
  2. or download this
    0.00010
    0.00040
    -0.05000
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found