From: moshier AT mediaone DOT net () Subject: Re: On complex-number manipulation Newsgroups: comp.os.msdos.djgpp References: <199810290435 DOT NAA25539 AT inmac3 DOT snu DOT ac DOT kr> X-Newsreader: TIN [version 1.2 PL2] Lines: 10 Message-ID: Date: Thu, 29 Oct 1998 12:05:59 GMT NNTP-Posting-Host: 24.128.118.69 X-Trace: lwnws01.ne.mediaone.net 909662759 24.128.118.69 (Thu, 29 Oct 1998 07:05:59 EDT) NNTP-Posting-Date: Thu, 29 Oct 1998 07:05:59 EDT Organization: Northeast Region--MediaOne To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Won-Seok Lee (lws AT inmac3 DOT snu DOT ac DOT kr) wrote: : I am professionally interested in complex-number manipulation. : Until now, I have used Turbo C 3.0 for the complex-number calculation, : but it has memory limitation in allocating an array. : So, recently, I challenge the calculation on DJGPP. The forthcoming language standard C9X for C language specifies a complex data type. It is supported by GNU gcc-2.8 (and therefore DJGPP). A header file is required. You can get that and a C9X complex function library from http://www.netlib.org/cephes/c9x-complex.shar .