// // File: rtGetNaN.h // // MATLAB Coder version : 4.3 // C/C++ source code generated on : 30-Mar-2020 11:59:32 #ifndef RTGETNAN_H #define RTGETNAN_H #include #include "rtwtypes.h" #include "rt_nonfinite.h" #ifdef __cplusplus extern "C" { #endif extern real_T rtGetNaN(void); extern real32_T rtGetNaNF(void); #ifdef __cplusplus } #endif #endif // // File trailer for rtGetNaN.h // // [EOF]