INFINITY
Da cppreference.com.
![]() | Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <cmath> | ||
#define INFINITY /*implementation defined*/ | (dal C++11) | |
Il
INFINITY
macro restituisce un'espressione costante di float tipo che restituisce l'infinito positivo o senza segno, se supportato dalla realizzazione o su un valore positivo che è garantito per traboccare un float in fase di compilazione.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.
[modifica]Vedi anche
[statico] | restituisce il valore positivo infinito di un dato tipo a virgola mobile 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. (metodo pubblico statico) |
(C++11) | controlla se il numero dato è infinito 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. (funzione) |