On Wed, Feb 13, 2002 at 01:21:07PM -0500, Balint, Jess wrote: > Hello all. I have a script that uses alot of data and calculates a > cumulative percent of this data. That cumulative percent should be 100.00 at > the end. What I get is: > > 99.9999999999998 > > I need to truncate this to 2 decimal places and hopefully round it to > 100.00. Thanks in advance.
See perldoc -q round and perldoc -q 'long decimals', or http://www.perldoc.com/perl5.6.1/pod/perlfaq4.html. Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]