svoid assertPowerOfTwo(int i) { if (!isPowerOfTwo(i)) fail(i); }