I’m making a system for my game where it divides a certain amount of seconds by 60 and it gives a decimal minute time. e.g 3.4 minutes
By doing this, sometimes it returns a number like 1.1666666666667 or similar. How would I convert any number that returns a value like this to 1.1 or #.#?