delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | Tony Richardson <ar63 AT evansville DOT edu> |
Subject: | Re: Complex.h file |
Date: | Sun, 20 Nov 2005 07:56:51 +0000 (UTC) |
Lines: | 30 |
Message-ID: | <loom.20051120T085131-103@post.gmane.org> |
References: | <20051119113646 DOT e162e782 DOT john AT jcoppens DOT com> <loom DOT 20051119T194631-42 AT post DOT gmane DOT org> <20051120021057 DOT 8e5ba2d2 DOT john AT jcoppens DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Loom/3.14 (http://gmane.org/) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
John Coppens <john <at> jcoppens dot com> writes: > Tony Richardson <ar63 <at> evansville.edu> wrote: > > > _Complex double x = 7 + 8i; > > > > but it does not have built-in support for all of the complex functions > > that are declared in complex.h. I would assume the "problem" is > > more of newlib issue than a gcc one. > > That's good news - I couldn't find much info on the nuts and bolts of the > complex stuff in gcc-3.4.x (Is there some manual that is up-to-date? The > gcc manuals I found are from 2002 or older). The complex number stuff is documented in the gcc info pages. Look under "C Extensions" and then "Complex Numbers" > I just tried to change a few complex declarations to _Complex on the big > machine and they even seem compatible with the normal 'complex' > declarations. You might be able to save yourself some typing by using a typedef in a complex.h file that you create and thereby avoid having to modify the original source at all. Regards, Tony Richardson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |