complex arithmetic in C

Jim Adcock jima at hplsla.HP.COM
Thu Mar 30 05:14:35 AEST 1989


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.



More information about the Comp.lang.c mailing list