A RetroSearch Logo

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

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/denorm.style below:

21 Language support library [language.support]

21 Language support library [language.support] 21.3 Implementation properties [support.limits] 21.3.3 Floating-point type properties [fp.style] 21.3.3.2 Type float_­denorm_­style [denorm.style]
namespace std {
  enum float_denorm_style {
    denorm_indeterminate = -1,
    denorm_absent = 0,
    denorm_present = 1
  };
}

The presence or absence of subnormal numbers (variable number of exponent bits) is characterized by the values:


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