wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

round(num,2) not rounding #1029

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
round('14.29123456789',0) = 14
round('14.29123456789',1) = 14.3
round('14.29123456789',2) = 14.290000000000001
round('14.29123456789',3) = 14.291
round('14.29123456789',4) = 14.2912

Original issue reported on code.google.com by yano...@nafundi.com on 2 Jul 2014 at 5:14

Attachments: