Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Calculating base difference of numbers

by friedo (Prior)
on May 30, 2008 at 20:05 UTC ( [id://689329]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Calculating base difference of numbers
in thread Calculating base difference of numbers

I don't understand why you can't simply use subtraction, regardless of the decimal truncation in either of the operands.

You're going to end up with some floating-point drift anyway; perhaps it would be a good idea to drop the decimal points and treat everything as integers, then divide by 10n when it's time to display the number to the user. (This is the recommended way of doing currency calculations so floating point error doesn't mess with your cents.)

  • Comment on Re^3: Calculating base difference of numbers

Log In?
Username:
Password:

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

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

    No recent polls found