This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

complex arithmetic in C


Hello!
As of today, is it possible to do operations on complex numbers just like 
real numbers in C , without having to use the library of Complex arithmetic functions 
like C_add etc. as  in  file "complex.c" in Numerical recipes.
Does gcc support it and is there a reference online for  the declaration 
of complex variable and the function calls for complex arithmetic.

Thanks!
Appreciate your help.
Priya

"f u cn rd ths, u cn gt a gd jb n cmptr prgmmng." -Anon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]