Changeset 95975 in vbox for trunk/include/iprt/nocrt/math.h
- Timestamp:
- Aug 2, 2022 12:55:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/math.h
r95923 r95975 87 87 #endif 88 88 89 #if 1 && !defined(_MSC_VER) /* __ISO_C_VISIBLE >= 1999*/ /** @todo Adjust section for MSC*/89 #if 1 /* __ISO_C_VISIBLE >= 1999*/ 90 90 #define FP_ILOGB0 (-__INT_MAX) 91 91 #define FP_ILOGBNAN __INT_MAX … … 103 103 #endif /* __MATH_BUILTIN_CONSTANTS */ 104 104 105 #ifndef IPRT_NO_CRT 105 106 #define MATH_ERRNO 1 107 #endif 106 108 #define MATH_ERREXCEPT 2 107 109 #define math_errhandling MATH_ERREXCEPT
Note:
See TracChangeset
for help on using the changeset viewer.