Sender: nate AT cartsys DOT com Message-ID: <36F1AAB1.EEE0A2D7@cartsys.com> Date: Thu, 18 Mar 1999 17:38:57 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.3 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Compex numbers library? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com JetStar wrote: > > Do you know where I can find one for DJGPP? > Thank you for any response. How elaborate do you want it? There is basic (arithmetic) support for complex numbers built in to GCC; see the node "C Extensions" "Complex". I believe C++ also provides a complex class. -- Nate Eldredge nate AT cartsys DOT com