Closed strake closed 5 years ago
I often find round_up_to in particular useful; round_down_to is also defined for completeness.
round_up_to
round_down_to
div_ceil is also defined as round_up_to is defined in terms of it.
div_ceil
ping
Done, PTAL
Looks good, I just formatted it.
bors r+
I often find
round_up_to
in particular useful;round_down_to
is also defined for completeness.div_ceil
is also defined asround_up_to
is defined in terms of it.