From: "David Pinkerton" Newsgroups: comp.os.msdos.djgpp Subject: Imaginary Numbers Date: Sat, 20 Nov 1999 23:39:37 -0500 Lines: 8 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 208.170.178.146 X-Original-NNTP-Posting-Host: 208.170.178.146 Message-ID: <383777ff@news.desupernet.net> X-Trace: 20 Nov 1999 23:41:35 -0500, 208.170.178.146 Organization: D&E SuperNet X-Original-NNTP-Posting-Host: 204.249.184.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Im working on making a small program that would display Fractals and the like , but all the equations ive seen involved imaginary numbers. Is there a biult in constant somwhere in djgpp for dealing with these. i tried setting a variable equal to sqrt(-1) but it came back undefined. thanks alot Josh