I have tried using the ceil function but it rounds it to the nearest integer. My program aims to round a price of a subscription off to the nearest 0.05, for example 19.83 to 19.85, or nearest 0.1, for example 19.88 to 19.90
How would I go about this?