1234567891011121314151617181920212223242526272829303132 |
- //
- // 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: rtGetNaN.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 25-Apr-2023 21:10:09
- //
- #ifndef RTGETNAN_H
- #define RTGETNAN_H
- // Include Files
- #include "rtwtypes.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]
- //
|