Steve Peters <[EMAIL PROTECTED]> wrote: > On Wed, Mar 23, 2005 at 04:00:45PM -0000, 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, I get >> perl -le'print atan2(-0.0,-0.0)' > 0 Time to start some more OS-specific docs that summarize such "features"? > Steve leo