On Wed, Mar 23, 2005 at 04:00:45PM -0000, 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. > > # <URL: 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. Running the same tests on Linux seem to work just fine... > > >> perl -Ilib t/op/trans.t > > not ok 13 - atan2 > > # Failed test (t/op/trans.t at line 307) > > # got: 'ok 1 > > # not 0.000000ok 17 > > 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, I get > perl -le'print atan2(-0.0,-0.0)' 0 Steve