示例#1
0
 static {
   for (int i = 0; i < 0x10000; i++) logTable[i] = (float) Math.log1p(i);
 }