0
I’m trying to get a two-decimal division with no rounding. For example, I want 1000/7 to return 142.85 instead of 142.86 (The result of this account is 142.857142. I’m using number_format for this, but it rounds the last decimal place. Could someone help me?
Thank you!