When it's power of 2. Take in mind, that you can use simple and fast shift expression 1 << exponent. example: 2 2 = 1 << 2 = (int) Math.pow(2 ...
確定! 回上一頁