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
offsetdown to the previous multiple ofblock_size. - round_
up - Round
offsetup to next multiple ofblock_size. This function will fail if rounding up leads to an integer overflow.