X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 15 Dec 2001 10:52:52 +0200 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Martin Str|mberg Cc: djgpp AT delorie DOT com Subject: Re: Compiling problem (cmath) In-Reply-To: <1008377644.733552@queeg.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 15 Dec 2001, Martin Str|mberg wrote: > Andris Pavenis wrote: > : acosf and similar functions are excluded from math.h by specifying -ansi. > : Should it be so? There were not in earlier updates of C standard but how > : it is now? > > Yes, the standard says: > " #include > double acos(double x); > float acosf(float x); > long double acosl(long double x);" in section 7.12.4.1. > So perhaps it should be fixed in math.h Andris