HUGE_VALF
Aus 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. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <math.h>
|
||
#define HUGE_VALF /*implementation defined*/ |
||
#define HUGE_VAL /*implementation defined*/ |
||
#define HUGE_VALL /*implementation defined*/ |
||
Die
HUGE_VALF, HUGE_VAL und HUGE_VALL Makros erweitert, um eine positive Gleitkommazahl konstanter Ausdruck . Original:
The
HUGE_VALF, HUGE_VAL and HUGE_VALL macros expands to a positive floating point constant expression. 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.
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
HUGE_VALF
|
Zeigt an, dass der Wert nicht darstellbar ist durch die
float Typ (unendlich) Original: Indicates that the value is not representable by the float type (infinity) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VAL
|
Zeigt an, dass der Wert nicht darstellbar ist durch die
double Typ (unendlich). Die Konstante ist nicht unbedingt darstellbar als floatOriginal: Indicates that the value is not representable by the double type (infinity).The constant is not necessarily representable as a floatThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VALL
|
Zeigt an, dass der Wert nicht darstellbar ist durch die
long double Typ (unendlich). The konstant ist nicht unbedingt darstellbar als float oder doubleOriginal: Indicates that the value is not representable by the long double type (infinity).The constant is not necessarily representable as a float or doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Siehe auch
C++ documentation for HUGE_VAL
|