|
float_denorm_styletype
<limits> Enum type for float denormalization style Enumerated type with possible denormalization property for floating types. It is the type of member denorm_style in the numeric_limits class template.Denormalization is the ability of a type to use a variable number of bits as exponent. It is defined as:
With the following possible values:
The default value in the non-specialized numeric_limits class for its denorm_style member is denorm_absent (0). See also
|