in reply to Re: Rounding off numbers
in thread Rounding off numbers
EDIT: I think I may have some bad information, which was corrected later on. If a calculation is done which results in 2.4999999999, sprintf("%.2f",2.49999999) would "round" to 2.49 for some reason, which appears to be truncation, but is actually a different problem. You may not be able to reproduce the problem by typing in 2.4999999. 2.49999999 has to be the result of a calculation.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Rounding off numbers
by choroba (Cardinal) on Jan 25, 2016 at 14:28 UTC |