in reply to Re: Strange (rounding?) problem
in thread Strange (rounding?) problem
I believe what you are trying to say is:
print "The numbers $foo and $bar are significant different!" if (abs($foo - $bar) >= (10**-10));
Note the difference in the equality sign. : )
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Strange (rounding?) problem
by iakobski (Pilgrim) on May 02, 2001 at 14:48 UTC |