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 <cmath>
|
||
#define HUGE_VALF /*implementation defined*/ |
(seit C++11) | |
#define HUGE_VAL /*implementation defined*/ |
||
#define HUGE_VALL /*implementation defined*/ |
(seit C++11) | |
Die
HUGE_VALF, HUGE_VAL und HUGE_VALL Makros positive Gleitkommakonstante Ausdrücke, die gleich den Werten von Floating-Point-Funktionen und Operatoren bei Überlauf zurückgegeben vergleichen zu erweitern .Original:
The
HUGE_VALF, HUGE_VAL and HUGE_VALL macros expand to positive floating point constant expressions which compare equal to the values returned by floating-point functions and operators in case of overflow.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
|
Erweitert, um positive
float Ausdruck, Überlauf anzeigtOriginal: Expands to positive float expression that indicates overflowThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VAL
|
Erweitert, um positive
double Ausdruck, Überlauf, nicht unbedingt darstellbar als float anzeigtOriginal: Expands to positive double expression that indicates overflow, 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
|
Erweitert, um positive
long double Ausdruck, Überlauf, nicht unbedingt darstellbar als float oder double anzeigtOriginal: Expands to positive long double expression that indicates overflow, 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. |
On-Implementierungen, die Floating-Point-Unendlichkeiten zu unterstützen, diese Makros immer auf die positive Unendlichkeiten
float, double und long double erweitern, bzw. .Original:
On implementations that support floating-point infinities, these macros always expand to the positive infinities of
float, double, and long double, respectively.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.