Problemunvalidated
Why was one of the numbers rounded to 16 precision while the other was rounded to 17? — System.out.printf("x = %.20f , y = %.20f%n", x, y);. Tension: Why aren't they both 16 precision? Or why aren't they both 17 precision? Outcome: why the precisions are different?
2fd34db5-9f87-4018-94b3-d26c5dee8730
Why was one of the numbers rounded to 16 precision while the other was rounded to 17? — System.out.printf("x = %.20f , y = %.20f%n", x, y);. Tension: Why aren't they both 16 precision? Or why aren't they both 17 precision? Outcome: why the precisions are different?