#ifndef _MSL_CMATH #define _MSL_CMATH #ifndef __cmath__ #define __cmath__ #endif #include #if _MSL_FLOATING_POINT && !defined(_MSL_NO_MATH_LIB) #if _MSL_C99 #ifndef MATH_ERRNO #define MATH_ERRNO 1 #endif #ifndef MATH_ERREXCEPT #define MATH_ERREXCEPT 2 #endif #ifndef math_errhandling #define math_errhandling _MSL_MATH_ERRHANDLING #endif #endif #endif #endif