Re: math.h and floats.
Re: math.h and floats.
- Subject: Re: math.h and floats.
- From: Cameron Hayne <email@hidden>
- Date: Mon, 24 Jun 2002 18:53:28 -0400
Matthew Cox <email@hidden> wrote:
under exp in the man pages, the following function is defined:
float
powf(float x, float, y");
Under sqrt in the man pages, the following function is defined:
float
sqrtf(float x);
These functions are among the new features of C99.
Not all features of C99 are currently implemented in gcc.
See:
http://gcc.gnu.org/c99status.html
which indicates that the new math functions are not yet in gcc
(even in the cvs version which is more advanced than 3.1
or 2.95 - which is the default compiler in the April 2002 Dev Tools)
... Cameron
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.