Skip to main content
log2_floor
bit_
manipulation
0.1.0
bit_manipulation
Function
log2_
floor
Copy item path
Source
pub fn log2_floor(x:
u64
) ->
u32
Expand description
Floor of the base-2 logarithm of
x
. Panics if
x == 0
.