Your cart is currently empty!
Floating Point Rounding Errors
Generally, “floating point error” refers to when a number cannot be stored in the IEEE floating point representation. Integers are stored with the right-most bit being 1, and each bit to the left being double that (2,4,8,…). It’s easy to see that this can store any integer up to 2^n, where n is the number…