rt_nonfinite.h 694 B

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: rt_nonfinite.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 25-Apr-2023 21:10:09
  9. //
  10. #ifndef RT_NONFINITE_H
  11. #define RT_NONFINITE_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. extern real_T rtInf;
  18. extern real_T rtMinusInf;
  19. extern real_T rtNaN;
  20. extern real32_T rtInfF;
  21. extern real32_T rtMinusInfF;
  22. extern real32_T rtNaNF;
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif
  27. //
  28. // File trailer for rt_nonfinite.h
  29. //
  30. // [EOF]
  31. //