Changeset 135 for cpp/common/nonstd_math.h
- Timestamp:
- 02/17/14 12:32:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.h
r122 r135 17 17 #endif 18 18 19 #if def _WIN32 //http://stackoverflow.com/questions/2170385/c-math-functions20 double round(double val); 19 #if defined __BORLANDC__ || (_MSC_VER <= 1700) 20 double round(double val); //http://stackoverflow.com/questions/2170385/c-math-functions 21 21 #endif 22 22
Note: See TracChangeset
for help on using the changeset viewer.