This is the mail archive of the gcc-help@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]

Re: Complex functions


"VijayAnand" <vijayanand@acmet.com> writes:

> Does GCC 4.1.1 support complex library?

gcc supports complex types, and has the support required for basic
arithmetic.  gcc does not provide a general math library for complex
numbers.  That is left for the C library.  gcc does not provide a C
library.

Ian


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