Re: [perl #45309] [PATCH] sign function

2007-09-10 Thread Patrick R. Michaud
On Sun, Sep 09, 2007 at 09:19:05PM -0500, Joshua Isom wrote: > On Sep 9, 2007, at 6:40 PM, Doug McNutt wrote: > > >At 21:16 +0100 9/9/07, Nicholas Clark wrote: > >>On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: > >>># http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > > >>>This patc

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Joshua Isom
On Sep 9, 2007, at 6:40 PM, Doug McNutt wrote: At 21:16 +0100 9/9/07, Nicholas Clark wrote: On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > This patch implements the sign function for I, N, BigInt and Complex numbers. What sh

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Doug McNutt
At 21:16 +0100 9/9/07, Nicholas Clark wrote: >On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: > > # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > > > This patch implements the sign function for I, N, BigInt and Complex >> numbers. > >What should the sign of a NaN be? undef? Som

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Nicholas Clark
On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: > # New Ticket Created by Jörg Plate > # Please include the string: [perl #45309] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > > > > This patch implem

[perl #45309] [PATCH] sign function

2007-09-09 Thread via RT
# New Ticket Created by Jörg Plate # Please include the string: [perl #45309] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > This patch implements the sign function for I, N, BigInt and Complex numbers. CREDIT