◐ Shell
clean mode source ↗

NAN – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

#define NAN /*implementation defined*/

(seit C++11)

Das Makro NAN expandiert nach konstanter Ausdruck vom Typ float die zu einem ruhigen not-a-number (qNaN) Wert ergibt. Wenn die Umsetzung nicht unterstützt QNAN wird dieses Makro Konstante nicht definiert .

Original:

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.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

gibt einen ruhigen NaN Wert der gegebenen Fließkomma-Typ

Original:

returns a quiet NaN value of the given floating-point type

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(public static Elementfunktion of std::numeric_limits) [edit]

prüft, ob die angegebene Zahl ist NaN

Original:

checks if the given number is NaN

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]