On Thu, Nov 29, 2001 at 06:41:36PM +0000, Alex Gough wrote: > I'd like some abs ops so I can make the fp tests better, does > the attached patch do the right thing? I'll commit tomorrow if > no one complains.
I'd prefer you did it the way Perl does it - if (foo < 0) foo = -foo; -- "Life sucks, but it's better than the alternative." -- Peter da Silva