Functionsยง
- checked_
int_ div - Division implementation that fails in case when
a`` isn't divisible by
b` - checked_
log_ 2 - log2 implementation that fails when
val
is not a power of 2. - log2_
ceil_ usize - Computes
ceil(log_2(n))
. - log2_
strict_ usize - Computes
log_2(n)