Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Re: Filthy Floats

by nardo (Friar)
on Jul 16, 2001 at 23:34 UTC ( [id://97151]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Filthy Floats
in thread Filthy Floats

I am finding it hard to believe that Perl can't represent 0.98

printf("%.25f\n", 0.98);
It's not perl, it's the underlying floating points which can not precisely represent 0.98, this is due to floating point numbers being base 2 and having a finite size.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-18 14:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found