Re: [perl #20298] Operators neg and abs in core.ops

2003-01-17 Thread Mr. Nobody
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Fri, Jan 17, 2003 at 12:21:33PM -0500, Dan Sugalski wrote: > > Sorry this one sat. I want to apply it, but the test patch looks to > > On Tue, Jan 14, 2003 at 04:53:25PM +, Bernhard Schmalhofer wrote: > > For the operator 'abs' I use the func

Re: [perl #20298] Operators neg and abs in core.ops

2003-01-17 Thread Nicholas Clark
On Fri, Jan 17, 2003 at 12:21:33PM -0500, Dan Sugalski wrote: > Sorry this one sat. I want to apply it, but the test patch looks to On Tue, Jan 14, 2003 at 04:53:25PM +, Bernhard Schmalhofer wrote: > For the operator 'abs' I use the functions 'abs()' and 'fabs()' from the > C math library. '

Re: [perl #20298] Operators neg and abs in core.ops

2003-01-17 Thread Dan Sugalski
At 4:53 PM + 1/14/03, Bernhard Schmalhofer (via RT) wrote: I have been looking at the ops 'neg' and 'abs' in core.ops. I have been adding testcase in t/op/arithmetics.t and found a couple of problematic cases. Sorry this one sat. I want to apply it, but the test patch looks to be reversed,