rtGetNaN.h 596 B

1234567891011121314151617181920212223242526272829303132
  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: rtGetNaN.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 25-Apr-2023 21:10:09
  9. //
  10. #ifndef RTGETNAN_H
  11. #define RTGETNAN_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. extern real_T rtGetNaN(void);
  18. extern real32_T rtGetNaNF(void);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif
  23. //
  24. // File trailer for rtGetNaN.h
  25. //
  26. // [EOF]
  27. //