You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, for inputs 249..=255: the former overflows (thus panics or returns 0), while the latter returns 32.
The user probably wants the latter, so the change may actually remove a bug. Nevertheless, should manual_div_ceil mention that overflowing inputs may change behavior? (ideally it would mention the range of those that overflow)