Module math

Source
Expand description

This modules implements some math helper functions.

Functionsยง

ceil_log2
Returns ceil(log2(d)) but panics if d = 0.
div_ceil
This function is bound to be stable soon. See https://github.com/rust-lang/rust/issues/88581