Consider a float value like 1.82 set by the user. How do I find the next highest .05 value? For the given example the next highest value is 1.85.
Is the
Multiply by 20, use ceiling, divide by 20.