This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Complex functions
- From: Ian Lance Taylor <iant at google dot com>
- To: "VijayAnand" <vijayanand at acmet dot com>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: 10 Jan 2007 07:37:45 -0800
- Subject: Re: Complex functions
- References: <001201c73484$a1563f60$1801a8c0@VijayAnand>
"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