Re: warnings in Math::Complex

2017-02-09 Thread Jim Gibson
> On Feb 9, 2017, at 7:39 AM, Simon Bauer wrote: > > Hi, > > when I turn on -W in one of my perl scripts then I get a lot of warnings > concerning Math::Complex > > Prototype mismatch: sub Math::Complex::abs (_) vs none at > /usr/share/perl/5.22/Math/Complex.pm line 667. > Prototype mism

Re: warnings in Math::Complex

2017-02-09 Thread Andy Bach
On Thu, Feb 9, 2017 at 9:39 AM, Simon Bauer wrote: > when I turn on -W in one of my perl scripts then I get a lot of warnings > concerning Math::Complex > > Prototype mismatch: sub Math::Complex::abs (_) vs none at > /usr/share/perl/5.22/Math/Complex.pm line 667. > Prototype mismatch: sub Math:

warnings in Math::Complex

2017-02-09 Thread Simon Bauer
Hi,   when I turn on -W in one of my perl scripts then I get a lot of warnings concerning Math::Complex    Prototype mismatch: sub Math::Complex::abs (_) vs none at /usr/share/perl/5.22/Math/Complex.pm line 667.  Prototype mismatch: sub Math::Complex::sqrt (_) vs none at /usr/share/perl/5.22/Ma