Subversion Repositories Kolibri OS

Rev

Rev 6424 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6424 Rev 6433
Line 164... Line 164...
164
extern float lgammaf_r(float, int *);
164
extern float lgammaf_r(float, int *);
Line 165... Line 165...
165
 
165
 
166
double round  (double x);
166
double round  (double x);
Line -... Line 167...
-
 
167
long double roundl  (long double x);
-
 
168
 
-
 
169
#ifndef NAN
-
 
170
# define NAN	(__nan__)
-
 
171
#endif
-
 
172
 
-
 
173
#ifndef INFINITY
Line 167... Line 174...
167
long double roundl  (long double x);
174
# define INFINITY	(__inf__)
168
 
175
#endif
169
 
176