- Screenshot_2018-07-08-00-25-19-030.jpeg (264.8 KiB) Viewed 11064 times
- Screenshot_2018-07-08-00-28-51-789.jpeg (294.72 KiB) Viewed 11064 times
Moderator: Martin
Code: Select all
a = 29.19 + 0.05 ; // result = 29.24000000002
b = round(a*100)/100; // result 29.24
c = "{a,numberformat,0.00}"; // result 29.24