|
|
|
|
|
by listeria
4 days ago
|
|
(1) fails for negative numbers (2) fails for (x % 32 in [1, 2]) due to UB (3) fails for x == 2 (4) crashes for x == 0 (5) is the same polynomial, only factorized (6) always returns 0 (7) is the same polynomail reordered But this works for any value of x: x<2==2-x
or for something shorter: x<3&x>0
but that's not bery obfuscated |
|