◐ Shell
clean mode source ↗

HUGE_VALF – cppreference.com

Aus cppreference.com

<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.

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 anzeigt

Original:

Expands to positive float expression that indicates overflow

The 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 anzeigt

Original:

Expands to positive double expression that indicates overflow, not necessarily representable as a float

The 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 anzeigt

Original:

Expands to positive long double expression that indicates overflow, not necessarily representable as a float or double

The 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.