Suppose I have the number "13.57916667" in a variable $hours. This is a calculated hours combining minutes and seconds to hours.
I want the decimals to round up. For example, I want $hours to become 13.6. I can't seem to find any solution anywhere, even on stackoverflow. Thanks in advance!