Let's say i have 28 and i want something in steps of 10.
Then i can do
28/10=2.8
round(2.8) = 3
3*10 = 30
So 28 becomes 30.
Is there a name for this?
1