View Single Post
  #4 (permalink)  
Old 11-28-2008, 09:05 AM
fishtoprecords's Avatar
fishtoprecords fishtoprecords is offline
Senior Member
 
Join Date: Jun 2008
Posts: 525
fishtoprecords is on a distinguished road
Here is a nice description of some of the issues. Its from a Python book, but that's fine, the issue is not Java or Python specific, its really a limitation of how float and double are implemented on modern computers.

An Introduction to Python - Floating Point Arithmetic Issues and Limitations
Reply With Quote