Hacker News new | ask | show | jobs
by o-o- 630 days ago
So basically Math.round((x*20))/20?
1 comments

Shouldn't it be `round(x/5)*5` ?
Depends, are you working in cents or whole euros/dollars?
In all use-cases I encountered, working with integer cents is much cleaner than decimals