(no title)
monob | 8 years ago
If anything errors in floating point numbers are graceful and give you a lot of leeway before they become catastrophic. Fixed point works until you hit 2(n-1) bits then probably breaks unexpectedly. Where n is the last exponent you have seen in business.
KirinDave|8 years ago
Floating point libraries can't even do this.