INFINITY
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
Defined in header <cmath>
|
||
#define INFINITY /*implementation defined*/ |
(C++11およびそれ以降) | |
マクロ
INFINITY
は実装によってサポートされている場合、またはコンパイル時にfloatオーバーフローすることが保証されて正の値には、正または符号なしの無限大と評価されるタイプfloatの定数式に展開.Original:
The macro
INFINITY
expands to constant expression of type float which evaluates to positive or unsigned infinity, if supported by implementation, or to a positive value that is guaranteed to overflow a float at compile time.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.
[編集] も参照してください
[静的] |
与えられた浮動小数点型の正の無限大の値を返します Original: returns the positive infinity 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) |
与えられた数が無限であるかどうかをチェックします Original: checks if the given number is infinite The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数) |