Checking arithmetic with assert

suggest change
a = 1 - Math.abs(1 - a % 2);

// This will throw an error if my arithmetic above is wrong.
assert a >= 0 && a <= 1 : "Calculated value of " + a + " is outside of expected bounds";

return a;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents