Floating Point Arithmetic
摘要
On computers we work with two fundamental types of numbers: integers and floating point numbers. While the operations with integers are error-free (in fact here we work in residue classes), for floating point numbers rounding is unavoidable. As a consequence (also from other sources like measuring), errors will occur, and the accumulation of errors may strongly bias the final result. Therefore it is important to estimate the final errors.