Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c Subject: Re: complex arithmetic in C Message-ID: <5260011@hplsla.HP.COM> Date: 29 Mar 89 19:14:35 GMT References: <54901@yale-celray.yale.UUCP> Organization: HP Lake Stevens, WA Lines: 5 For complex numbers, vectors, matrices, etc, use the C++ dialect of C, rather than the K+R or ANSI dialects. For anybody doing serious math, the operator overloading is a godsend.