Skip to main content

ceil_log2

Function ceil_log2 

Source
pub fn ceil_log2(n: u64) -> usize
Expand description

Returns ceil(log2(max(1, n))).