File: rtGetNaN.h1 /* 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 * 6 * rtGetNaN.h 7 * 8 * Code generation for function 'calculateTransformations' 9 * 10 */ 11 12 #ifndef __RTGETNAN_H__ 13 #define __RTGETNAN_H__ 14 #include <stddef.h> 15 #include "rtwtypes.h" 16 #include "rt_nonfinite.h" 17 18 extern real_T rtGetNaN(void); 19 extern real32_T rtGetNaNF(void); 20 21 #endif 22 23 /* End of code generation (rtGetNaN.h) */ 24 |