18 May
2012
18 May
'12
6:11 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7495 --- Comment #2 from Frédérick Capovilla <fcapovilla@live.ca> --- BigFloat is for perl. The problem I'm mentioning is in a tax calculation done in javascript. The rounding solution seems to be acceptable for currency calculations. By rounding, you convert the amount into an int so you don't suffer from the precision loss of floats. -- You are receiving this mail because: You are watching all bug changes.