NAN — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <cmath> |
||
|
|
(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.
Voir aussi
[ statique Original: static The text has been machine-translated via Google Translate. |
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. (fonction membre publique statique de std::numeric_limits) [edit]
|
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. (fonction) [edit] | |