rt_nonfinite.h 494 B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // File: rt_nonfinite.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 01-Mar-2023 10:44:39
  6. //
  7. #ifndef RT_NONFINITE_H
  8. #define RT_NONFINITE_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. extern real_T rtInf;
  15. extern real_T rtMinusInf;
  16. extern real_T rtNaN;
  17. extern real32_T rtInfF;
  18. extern real32_T rtMinusInfF;
  19. extern real32_T rtNaNF;
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif
  24. //
  25. // File trailer for rt_nonfinite.h
  26. //
  27. // [EOF]
  28. //