From: Bourriot Nicolas Subject: complex To: djgpp AT sun DOT soe DOT clarkson DOT edu (gcc) Date: Thu, 9 Nov 1995 09:40:51 +0100 (MET) Bourriot Nicolas wrote:- I am working on HP UX workstation, with gcc C language (not C++). I want to calculate with complex numbers, so I declare with the __complexe__ float type, but I don't know how to calculate complex functions as : exp(x+jy), sin(jx), sqrt(x+jy),... Is there a special library and (or) special functions?