Answer from cs61c-cj (Peter Lau 16539384) for Question 3 Programmers wrote (0.5 - x) + 0.5 instead of 1.0 - x because the computers then did not have a guard digit which resulted in huge errors when using floating point numbers.