Improved description of F.3 example

The example in F.3 is not really long, but it is complex
This commit is contained in:
hsutter
2018-10-11 12:09:41 -07:00
parent 3fbc0b35a4
commit 61cdce115e

View File

@@ -2485,7 +2485,7 @@ Consider:
return finalize(intermediate, 0.); return finalize(intermediate, 0.);
} }
This is too complex (and long). This is too complex.
How would you know if all possible alternatives have been correctly handled? How would you know if all possible alternatives have been correctly handled?
Yes, it breaks other rules also. Yes, it breaks other rules also.