Openholo  v2.1
Open Source Digital Holographic Library
rtGetNaN.h
Go to the documentation of this file.
1 //
2 // rtGetNaN.h
3 //
4 // Code generation for function 'AngularC'
5 //
6 
7 
8 #ifndef RTGETNAN_H
9 #define RTGETNAN_H
10 #include "rtwtypes.h"
11 #include "rt_nonfinite.h"
12 #ifndef __cplusplus
13 #include <stddef.h>
14 #else
15 #include <cstddef>
16 
17 extern "C" {
18 
19 #endif
20 
21  extern real_T rtGetNaN(void);
22  extern real32_T rtGetNaNF(void);
23 
24 #ifdef __cplusplus
25 
26 }
27 #endif
28 #endif
29 
30 // End of code generation (rtGetNaN.h)
REAL32_T real32_T
Definition: tmwtypes.h:372
real_T rtGetNaN(void)
Definition: rtGetNaN.cpp:19
REAL_T real_T
Definition: tmwtypes.h:535
real32_T rtGetNaNF(void)
Definition: rtGetNaN.cpp:29