What are some good do-s and don\'t-s for floating point arithmetic (IEEE754 in case there\'s confusion) to ensure good numerical stability and high accuracy in your results?
The #1 "don't" rule with floating-point numbers is:
Don't use floating-point numbers where integers will suffice.