4#if defined( __GNUC__ ) && __GNUC__ < 11
13constexpr float cQuietNan = std::numeric_limits<float>::quiet_NaN();
14#if !defined( __GNUC__ ) || __GNUC__ >= 11
21#if defined( __GNUC__ ) && __GNUC__ < 11
22 return std::isnan( f );
Definition MRCameraOrientationPlugin.h:8
constexpr int cQuietNanBits
Definition MRIsNaN.h:15
constexpr float cQuietNan
Definition MRIsNaN.h:13
bool isNanFast(float f)
quickly tests whether given float is not-a-number
Definition MRIsNaN.h:19