NAN
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
Defined in header <cmath>
|
||
#define NAN /*implementation defined*/ |
(C++11およびそれ以降) | |
マクロ
NAN
は静かな非数(QNaNの)値に評価されるタイプfloatの定数式に展開されます。実装がQNaNsをサポートしていない場合は、このマクロ定数が定義されていません. 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.
[編集] 参照
[静的] |
与えられた浮動小数点型の静かなNaN値を返します 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. (パブリック静的メンバ関数of std::numeric_limits )
|
(C++11) |
与えられた番号かどうかをチェックするには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. (関数) |