in reply to accurately rounding numbers for percentages
The only way around this is to go ahead and round the individual entries to whole numbers for display, but when calculating the total don't add the rounded entries, add the unrounded entries, and then round the result for display, if you want.
Gary Blackburn
Trained Killer
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: accurately rounding numbers for percentages
by derekn (Initiate) on Aug 02, 2009 at 22:53 UTC | |
by ww (Archbishop) on Aug 02, 2009 at 23:45 UTC | |
by derekn (Initiate) on Aug 03, 2009 at 01:57 UTC | |
by ww (Archbishop) on Aug 03, 2009 at 04:13 UTC | |
by Trimbach (Curate) on Aug 03, 2009 at 03:23 UTC | |
by derekn (Initiate) on Aug 03, 2009 at 05:00 UTC | |
|