29 #ifndef HECTOR_QUADROTOR_MODEL_MATLAB_HELPERS_H 30 #define HECTOR_QUADROTOR_MODEL_MATLAB_HELPERS_H 39 static const real_T rtInf = std::numeric_limits<real_T>::infinity();
45 static const real_T rtNaN = std::numeric_limits<real_T>::quiet_NaN();
64 }
else if (d0 > 1.0) {
70 }
else if (u1 > 0.0) {
75 }
else if (d1 == 0.0) {
77 }
else if (d1 == 1.0) {
83 }
else if (u1 == 2.0) {
85 }
else if ((u1 == 0.5) && (u0 >= 0.0)) {
87 }
else if ((u0 < 0.0) && (u1 > floor(u1))) {
97 #endif // HECTOR_QUADROTOR_MODEL_MATLAB_HELPERS_H static const real_T rtInf
int isnan(const T &value)
static const real_T rtNaN
static boolean_T rtIsNaN(real_T value)
static real_T rt_powd_snf(real_T u0, real_T u1)
static boolean_T rtIsInf(real_T value)
int isinf(const T &value)