- Timestamp:
- Jun 14, 2005, 11:50:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/msun/std-math.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2033 r2034 236 236 double _STD(hypot)(double, double); 237 237 int _STD(ilogb)(double) __pure2; 238 int (isinf)(double) __pure2;239 int (isnan)(double) __pure2;238 int _STD(isinf)(double) __pure2; 239 int _STD(isnan)(double) __pure2; 240 240 double _STD(lgamma)(double); 241 241 long long _STD(llrint)(double); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.