NAN
De cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Déclaré dans l'en-tête <cmath> | ||
#define NAN /*implementation defined*/ | (depuis C++11) | |
Le
NAN
macro s'étend à l'expression constante de type de float qui évalue à un endroit calme pas-a-number (qNaN) valeur. Si l'implémentation ne supporte pas QNAN, cette constante macro n'est pas définie . 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.
You can help to correct and verify the translation. Click here for instructions.
[modifier]Voir aussi
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | renvoie une valeur NaN calme de la donnée à virgule flottante de type 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. (fonction membre publique statique de std::numeric_limits ) |
(C++11) | vérifie si le nombre donné est 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. (fonction) |