首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::numeric_limits::has_signaling_NaN

static const bool has_signaling_NaN;

(until C++11)

static constexpr bool has_signaling_NaN;

(since C++11)

价值std::numeric_limits<T>::has_signaling_NaNtrue适用于所有类型T能够表示特殊的值“信令”不-A-数字“.此常量对于所有浮点类型都有意义,并保证为true如果std::numeric_limits<T>::is_iec559==true...

标准专业化

T

value of std::numeric_limits<T>::has_signaling_NaN

/* non-specialized */

false

bool

false

char

false

signed char

false

unsigned char

false

wchar_t

false

char16_t

false

char32_t

false

short

false

unsigned short

false

int

false

unsigned int

false

long

false

unsigned long

false

long long

false

unsigned long long

false

float

usually true

double

usually true

long double

usually true

另见

quiet_NaN static

returns a quiet NaN value of the given floating-point type (public static member function)

has_infinity static

identifies floating-point types that can represent the special value "positive infinity" (public static member constant)

has_quiet_NaN static

identifies floating-point types that can represent the special value "quiet not-a-number" (NaN) (public static member constant)

代码语言:txt
复制
 © cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

扫码关注腾讯云开发者

领取腾讯云代金券