Need to round a positive number to next multiple of 5 (always up). For example, here are the list of numbers.
Input Output
2.11 2.15
2.12 2.15
2.13 2.15
2.14 2.15
2.16 2.20
2.17 2.20
2.18 2.20
2.19 2.20
Need to round a positive number to next multiple of 5 (always up). For example, here are the list of numbers.
Input Output
2.11 2.15
2.12 2.15
2.13 2.15
2.14 2.15
2.16 2.20
2.17 2.20
2.18 2.20
2.19 2.20