Welcome, I would like to round up poll answers, but i can't get it working.
When i try to round_up and ceil, but get 10x percents (over 100% most 101%).
This is Example values
33.3333333333
16.6666666667
50
Any idea ?
Welcome, I would like to round up poll answers, but i can't get it working.
When i try to round_up and ceil, but get 10x percents (over 100% most 101%).
This is Example values
33.3333333333
16.6666666667
50
Any idea ?
round(33.3333333333, 2); //result: 33.33
round(16.6666666667, 2); //result: 16.67
round(50, 2); //result: 50