Functions§
- how_
many - Returns how many items of a given size are needed to contain a value.
- round_
div - Computes the rounded division of
numerator
/denominator
. - round_
down - Round
offset
down to the previous multiple ofblock_size
. - round_
up - Round
offset
up to next multiple ofblock_size
. This function will fail if rounding up leads to an integer overflow.