24 lines
359 B
C
24 lines
359 B
C
/*
|
|
* File: rtGetNaN.h
|
|
*
|
|
* MATLAB Coder version : 3.3
|
|
* C/C++ source code generated on : 06-Sep-2017 14:43:17
|
|
*/
|
|
|
|
#ifndef RTGETNAN_H
|
|
#define RTGETNAN_H
|
|
#include <stddef.h>
|
|
#include "rtwtypes.h"
|
|
#include "rt_nonfinite.h"
|
|
|
|
extern real_T rtGetNaN(void);
|
|
extern real32_T rtGetNaNF(void);
|
|
|
|
#endif
|
|
|
|
/*
|
|
* File trailer for rtGetNaN.h
|
|
*
|
|
* [EOF]
|
|
*/
|