Mail Archives: djgpp-workers/1998/09/17/11:09:31
On Wed, 16 Sep 1998 Kbwms AT aol DOT com wrote:
> Dear Laszlo Molnar,
>
> > On Mon, 14 Sep 1998, you wrote:
> >
> > > I've found a problem in the latest libm.a while testing perl 5.005_02.
> > > Perl fails on two of its tests when I link it with djdev202a (980726+),
> > > but it works with the plain old djdev201.
> >
>
> I was not aware that we supported complex arithmetic let alone complex
> math functions. I'd appreciate getting a zip of the source files and
> testing materials. I have been helping Eli Zaretskii checkout/verify
> the new math library and would like to help here, too.
>
Complex math functions are in libstdcxx.a (and corresponding include files).
The problem with perl tests is that atan2 in libm.a is broken:
atan2(anything,1.2)
returns wrong value.
I yesterday send patch that fixes this bug to this mailing list.
Andris
- Raw text -