Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

macosx_math.h

Go to the documentation of this file.
00001 #ifndef MACOSX_MATH
00002 #define MACOSX_MATH
00003 
00004 #if defined(__APPLE__) || defined(MACOSX)
00005     #include <math.h>
00006     extern float sqrtf(float v);
00007     extern float cosf (float v);
00008     extern float sinf (float v);
00009     extern float tanf (float v);
00010     extern float powf (float v, float p);
00011 #endif
00012 
00013 #endif

Generated on Mon Jul 7 21:13:44 2003 for Ethereal by doxygen1.2.15