A double is 64 bits, in IEEE 754 format, which translates to about 15 digits of decimal precision. So, for example, the number 9332621544394415268169923885626670049071596826438162146859296389521759999322991560894146397615651828625369792082722375825118521091686400000000000000000000000 cannot be stored in a double. [SOME THINGS YOU SHOULD KNOW ABOUT FLOATING-POINT ARITHMETIC|http://java.sun.com/developer/JDCTechTips/2003/tt0204.html#2|No, it's not a bug in Java. C/C++ does the same thing, and it's not a bug there either.] [What Every Computer Scientist Should ...