4#if defined( __GNUC__ ) && __GNUC__ < 11
16constexpr float cQuietNan = std::numeric_limits<float>::quiet_NaN();
17#if !defined( __GNUC__ ) || __GNUC__ >= 11
24#if defined( __GNUC__ ) && __GNUC__ < 11
25 return std::isnan( f );
constexpr int cQuietNanBits
Definition MRIsNaN.h:18
constexpr float cQuietNan
Definition MRIsNaN.h:16
bool isNanFast(float f)
quickly tests whether given float is not-a-number
Definition MRIsNaN.h:22
only for bindings generation
Definition MRCameraOrientationPlugin.h:8