From: Lord Shaman Newsgroups: comp.os.msdos.djgpp Subject: Re: complex numbers and arrays of complex Date: Tue, 24 Dec 1996 20:26:47 +1100 Organization: Lord Shaman Lines: 30 Distribution: inet Message-ID: <32BFA1D6.674D@nlc.net.au> References: <32B5BC14 DOT 6188 AT mnw DOT net> Reply-To: shaman AT nlc DOT net DOT au NNTP-Posting-Host: dialine29.nlc.net.au Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----------6C793CB1443E1" To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp ------------6C793CB1443E1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Try the STL "complex" class, which you can find in djgpp\lang\cxx\complex.h if I'm not mistaken. It'll provide most of the things you're looking for. (The STL classes are "standard" classes for things like arbitary precision Integers, simple Strings and other nifty things.) ------------6C793CB1443E1 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii

Try the STL "complex" class, which you can find in djgpp\lang\cxx\complex.h if I'm not mistaken. It'll provide most of the things you're looking for. (The STL classes are "standard" classes for things like arbitary precision Integers, simple Strings and other nifty things.)
 
------------6C793CB1443E1--