Floating point: arithmetic
Addition of floating point numbers requires some adjustment if the exponents are not the same.
Base 10:
3.2 * 10
2
+ 4.3 * 10
4
.032 * 10
4
+ 4.3 * 10
4
4.3032 * 10
4
Does it matter which way we adjust?