Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Strange rounding Error in Perl

by pg (Canon)
on Nov 21, 2004 at 21:52 UTC ( [id://409436]=note: print w/replies, xml ) Need Help??


in reply to Strange rounding Error in Perl

Other than those discussion people had before, if precision is so important, for example, this is a finance, or money related program, use bignum.

use bignum; print 215.88-214.89;

This gives you 0.99. But you have to fully understand the performance implication by doing this.

Log In?
Username:
Password:

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

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

    No recent polls found