Files
cppdraft_translate/cppdraft/depr/numeric/limits/has/denorm.md
2025-10-25 03:02:53 +03:00

2.1 KiB

[depr.numeric.limits.has.denorm]

Annex D (normative) Compatibility features [depr]

D.10 has_denorm members in numeric_limits [depr.numeric.limits.has.denorm]

1

#

The following type is defined in addition to those specified in :namespace std {enum float_denorm_style {denorm_indeterminate = -1, denorm_absent = 0, denorm_present = 1};}

2

#

The following members are defined in addition to those specified in [numeric.limits.general]:static constexpr float_denorm_style has_denorm = denorm_absent;static constexpr bool has_denorm_loss = false;

3

#

The values of has_denorm and has_denorm_loss of specializations of numeric_limits are unspecified.

4

#

The following members of the specialization numeric_limits are defined in addition to those specified in [numeric.special]:

🔗

static constexpr float_denorm_style has_denorm = denorm_absent;static constexpr bool has_denorm_loss = false;