Procs
func round_step_down(x: Natural; step: static Natural): int {.inline.}
- Round the input to the previous multiple of "step" Source Edit
func round_step_up(x: Natural; step: static Natural): int {.inline.}
- Round the input to the next multiple of "step" Source Edit