As you can see the number have “1.60000005x” and “1.5999999999x”
I tried Math.floor()
but It did make it “1.6x” for either it just made it “1x”
1 Like
You can try math.floor(1.6*10)/10.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.