#include <limits>#include <cmath>

Go to the source code of this file.
| Typedefs | |
| typedef bool | boolean_T | 
| typedef uint32_t | int32_T | 
| typedef double | real_T | 
| Functions | |
| static real_T | rt_powd_snf (real_T u0, real_T u1) | 
| static boolean_T | rtIsInf (real_T value) | 
| static boolean_T | rtIsNaN (real_T value) | 
| Variables | |
| static const real_T | rtInf = std::numeric_limits<real_T>::infinity() | 
| static const real_T | rtNaN = std::numeric_limits<real_T>::quiet_NaN() | 
| typedef bool boolean_T | 
Definition at line 37 of file matlab_helpers.h.
| typedef uint32_t int32_T | 
Definition at line 36 of file matlab_helpers.h.
| typedef double real_T | 
Definition at line 35 of file matlab_helpers.h.
| static real_T rt_powd_snf | ( | real_T | u0, | 
| real_T | u1 | ||
| ) |  [static] | 
Definition at line 51 of file matlab_helpers.h.
Definition at line 40 of file matlab_helpers.h.
Definition at line 46 of file matlab_helpers.h.
Definition at line 39 of file matlab_helpers.h.
Definition at line 45 of file matlab_helpers.h.