pub fn ceil_log2(x: u32) -> i32
Computes ceil(log2(x)); returns the minimum k such that 2^k >= x.
ceil(log2(x))
k
2^k >= x
C: int luaO_ceillog2 (unsigned int x)
int luaO_ceillog2 (unsigned int x)