Answer from cs61c-cj (Peter Lau 16539384) for Question 4 Some strong points on the IEEE 754 standard: It requires minimum accuracy to one-half ulp in the least significant bit and operations must be commutative (which would help readability and maintance of code a lot). Some weak points on the IEEE 754 standard: Good exception handling and directed rounding.