+---------- On Feb 25, Jeff Hobbs said: > This works only up to 51 bits of accuracy, as that is what an IEEE > double value holds to exact integer accuracy.
Actually, an IEEE double can hold any 53-bit integer (plus a sign bit) exactly. However, you may not be able to do arithmetic and retain 53 bits of accuracy.
