INFINITY
De 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. |
Defined in header <cmath>
|
||
#define INFINITY /*implementation defined*/ |
(desde C++11) | |
El
INFINITY
macro expande la expresión constante de tipo float que se evalúa como infinito positivo o no firmado, si es compatible con la aplicación, o en un valor positivo que está garantizado para desbordar un float en tiempo de compilación .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.
[editar] Ver también
[estático] |
devuelve el valor infinito positivo de lo dado tipo de punto flotante 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. (miembro estático público of std::numeric_limits función)
|
(C++11) |
comprueba si el número dado es 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. (función) |