INFINITY
From cppreference.com
| Defined in header <math.h>
|
(deprecated in C++26) |
|
| Defined in header <float.h>
|
(since C++26) |
|
#define INFINITY /* implementation-defined */
|
(since C++11) | |
If the implementation supports an infinity for the type float, the macro INFINITY expands to constant expression of type float which evaluates to positive or unsigned infinity.
|
Otherwise, the macro |
(until C++26) |
|
Otherwise, the macro |
(since C++26) |
