File: D:\TMTmethod\simulator\codegen\mex\testspline\rt_nonfinite.h1 /* 2 * rt_nonfinite.h 3 * 4 * Code generation for function 'testspline' 5 * 6 * C source code generated on: Thu Aug 30 14:03:55 2012 7 * 8 */ 9 10 #ifndef __RT_NONFINITE_H__ 11 #define __RT_NONFINITE_H__ 12 #define rtInf mxGetInf() 13 #define rtMinusInf (-mxGetInf()) 14 #define rtNaN mxGetNaN() 15 #define rtIsNaN(X) mxIsNaN(X) 16 #define rtIsInf(X) mxIsInf(X) 17 #define rtIsNaNF(X) mxIsNaN(X) 18 #define rtIsInfF(X) mxIsInf(X) 19 #endif 20 /* End of code generation (rt_nonfinite.h) */ 21 |