http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7495
--- Comment #2 from Frédérick Capovilla <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
