> [leo - Thu Mar 24 07:07:31 2005]:
>
>
> Comments, takers?
>
Since I'm fixing this in Perl, I take a whack at it in Parrot as well.
Steve
Steve Peters <[EMAIL PROTECTED]> wrote:
> Here's the responce from the OpenBSD folks. It seems that turning on a
> define prior to the atan2() call will set the flags correctly for OpenBSD.
[ ... ]
> _LIB_VERSION = _IEEE_;
Fine. Thanks for the research. It should probably suffice to set
Here's the responce from the OpenBSD folks. It seems that turning on a
define prior to the atan2() call will set the flags correctly for OpenBSD.
My guess is that NetBSD will behave similarly.
> >Number: 4154
> >Category: library
> >Synopsis: atan2(-0.0, -0.0) returning incor
Steve Peters <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 23, 2005 at 04:00:45PM -, Leopold Toetsch via RT wrote:
>>
>> atan N4, -0.0, -0.0
>>
>> Obviously another broken C system. What says your perl:
>>
>> $ perl -le'print atan2(-0.0,-0.0)'
>> -3.14159265358979324
>>
> Tasty :-/
> On OpenBSD,
On Wed, Mar 23, 2005 at 04:00:45PM -, Leopold Toetsch via RT wrote:
> Steve Peters <[EMAIL PROTECTED]> wrote:
> > # New Ticket Created by Steve Peters
> > # Please include the string: [perl #34549]
> > # in the subject line of all future correspondence about this issue.
> > # https://rt.perl.
Steve Peters <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Steve Peters
> # Please include the string: [perl #34549]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/rt3/Ticket/Display.html?id=34549 >
> When running testing parrot-HEAD, I get
# New Ticket Created by Steve Peters
# Please include the string: [perl #34549]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=34549 >
When running testing parrot-HEAD, I get a test failure in t/op/trans.t on
OpenBSD. Ru