Subject: Re: complex number arithmetics
To: Berndt Josef Wulf <wulf@ping.net.au>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 08/08/2007 15:35:33
On Wed, 8 Aug 2007, Berndt Josef Wulf wrote:
> Linsmith is a package that makes use of complex number arithmetics. It
> requires functions and structures as defined in complex.h and supported by
> Linux and other platforms. For some mysterious reasons it appears to missing
> on NetBSD.
>
> Is there a package that can provide these missing functions and structures out
> of the box?

Isn't <complex> instead of <complex.h> the way today, in conjunction with 
g++?

Seems there's also a file for backward compat:
/usr/include/g++/backward/complex.h

That's for 4.0_BETA2.


  - Hubert