log就是取对数。log2n就是以2为底n的对数。比如 x^2 = 25 那么 x=5我们就称 log5 25 = 2也就是以5为底,25的对数为2int(log2n)就是取对数的下整。
设logmn的值为t则m^t(m的t次方)=n