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/../header/../types/numeric_limits/float_round_style.html below:

std::float_round_style - cppreference.com

enum float_round_style {

    round_indeterminate       = -1,
    round_toward_zero         = 0,
    round_to_nearest          = 1,
    round_toward_infinity     = 2,
    round_toward_neg_infinity = 3

};

Enumeration constants of type std::float_round_style indicate the rounding style used by floating-point arithmetic whenever a result of an expression is stored in an object of a floating-point type.

[edit] Enumeration constants Enumerator Meaning std::round_indeterminate rounding style cannot be determined std::round_toward_zero rounding toward zero std::round_to_nearest rounding toward nearest representable value std::round_toward_infinity rounding toward positive infinity std::round_toward_neg_infinity rounding toward negative infinity [edit] See also

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