◐ Shell
clean mode source ↗

INFINITY – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

#define INFINITY /*implementation defined*/

(seit C++11)

Die Makro INFINITY ausdehnt, um konstante Expression von Typ float denen positive oder vorzeichenlos Unendlichkeit wertet, wenn durch Umsetzung unterstützt oder auf einen positiven Wert, der Überlauf gewährleistet ist ein float zur Kompilierzeit .

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.

Siehe auch

gibt die positive infinity Wert der gegebenen Fließkomma-Typ

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.


(public static Elementfunktion of std::numeric_limits) [edit]

prüft, ob die angegebene Zahl unendlich ist

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.


(Funktion) [edit]