A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../memory/../language/../numeric/math/INFINITY.html below:

INFINITY - cppreference.com

#define INFINITY /*implementation defined*/

(since C++11)

If the implementation supports floating-point infinities, the macro INFINITY expands to constant expression of type float which evaluates to positive or unsigned infinity.

If the implementation does not support floating-point infinities, the macro INFINITY expands to a positive value that is guaranteed to overflow a float at compile time, and the use of this macro generates a compiler warning.

[edit] See also checks if the given number is infinite
(function) [edit] indicates the overflow value for float, double and long double respectively
(macro constant) [edit] identifies floating-point types that can represent the special value "positive infinity"
(public static member constant of std::numeric_limits<T>) [edit] returns the positive infinity value of the given floating-point type
(public static member function of std::numeric_limits<T>) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4