[BACK]Return to math.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/math.h between version 1.13 and 1.14

version 1.13, 2006/07/12 06:43:31 version 1.14, 2006/07/12 07:26:07
Line 141 
Line 141 
 extern double floor(double);  extern double floor(double);
 extern double fmod(double, double);  extern double fmod(double, double);
   
   extern double round(double);
 extern double trunc(double);  extern double trunc(double);
   
 #if __BSD_VISIBLE || __XPG_VISIBLE  #if __BSD_VISIBLE || __XPG_VISIBLE
Line 236 
Line 237 
 extern float floorf(float);  extern float floorf(float);
 extern float fmodf(float, float);  extern float fmodf(float, float);
   
   extern float roundf(float);
 extern float truncf(float);  extern float truncf(float);
   
 extern float erff(float);  extern float erff(float);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14