aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes 1.1*100=?    1.11*100=? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "1.1*100=?    1.11*100=?" Watch "1.1*100=?    1.11*100=?" New topic
Author

1.1*100=? 1.11*100=?

Liu Zhixiang
Ranch Hand

Joined: Aug 12, 2006
Posts: 32
Hello everyone!
Just like subject!Why the result is not 110 and 111,but 110.00000000000001 etc?
Why the capability of Javascript's Math is poor?


I Think Therefore I Am
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35257
    
    7
It's not JavaScript that's poor at math, it's computers in general. The reason is that math is performed base 2, not base 10, and few floating point numbers have an exact representation in base 2. All the details (which apply to all languages, not just Java or JavaScript) can be found in two articles linked in #20 in the Java Beginners FAQ.


Android appsImageJ pluginsJava web charts
Alec Lee
Ranch Hand

Joined: Jan 28, 2004
Posts: 568
How do we achieve exact floating point calculation in Javascript? Are there any BigDecimal equivalent classes ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 1.1*100=? 1.11*100=?
 
Similar Threads
advertising phrases I hate
Switch statement
Sun Certification Voucher for $150
jsp bean problem
97 Things Every Programmer Should Know - A Question