Whats a good way to implement complex numbers in C?
It is straightforward to define a simple structure and some arithmetic functions to manipulate them. 14.12: I’m looking for some mathematical library code. A: See Ajay Shah’s index of free numerical software at ftp://ftp.math.psu.edu/pub/FAQ/numcomp-free-c . 14.13: I’m having trouble with a Turbo C program which crashes and says something like “floating point formats not linked.” A: You may have to insert a dummy call to a floating-point library function to force loading of floating-point support. Section 15. Variable-Length Argument Lists 15.1: I heard that you have to #include