#define NAN /*implementation defined*/
(since C++11)The macro NAN
expands to constant expression of type float which evaluates to a quiet not-a-number (QNaN) value. If the implementation does not support QNaNs, this macro constant is not defined.
There are many different NaN values, differentiated by their payloads and their sign bits. The contents of the payload and the sign bit of the NaN generated by the macro NAN
are implementation-defined.
std::numeric_limits<T>
) [edit] identifies floating-point types that can represent the special value "signaling not-a-number" (NaN)
std::numeric_limits<T>
) [edit] returns a quiet NaN value of the given floating-point type
std::numeric_limits<T>
) [edit] returns a signaling NaN value of the given floating-point type
std::numeric_limits<T>
) [edit]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4