// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: rt_nonfinite.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 25-Apr-2023 21:10:09 // #ifndef RT_NONFINITE_H #define RT_NONFINITE_H // Include Files #include "rtwtypes.h" #ifdef __cplusplus extern "C" { #endif extern real_T rtInf; extern real_T rtMinusInf; extern real_T rtNaN; extern real32_T rtInfF; extern real32_T rtMinusInfF; extern real32_T rtNaNF; #ifdef __cplusplus } #endif #endif // // File trailer for rt_nonfinite.h // // [EOF] //