Hacker News new | ask | show | jobs
by mchahn 3821 days ago
Why not round everywhere? Wouldn't this resolve the issue?
1 comments

Rounding to the nearest value does avoid the problem I had in the article. But we really wanted to `ceil` in this case, to guarantee an element is never smaller than a provided value (and doesn't end up as 0 size).