std::float_denorm_style
来自cppreference.com
< cpp | types | numeric limits
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <limits>
|
||
| enum float_denorm_style { denorm_indeterminate = -1, |
||
枚举常量的类型std::float_denorm_style表示支持的浮点类型的值低于正常.
Original:
Enumeration constants of type std::float_denorm_style indicate support of subnormal values by floating-point types.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[编辑] 枚举常量
| 姓名
Original: Name The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
| std::denorm_indeterminate | 支持低于正常的值不能确定
Original: Support of subnormal values cannot be determined The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| std::denorm_absent | 该类型不支持低于正常的值
Original: The type does not support subnormal values The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| std::denorm_present | 类型允许低于正常的值
Original: The type allows subnormal values The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[编辑] 另请参阅
| [静态的] </ SPAN></div></div>
|
标识的非正规化的风格,所使用的浮点类型 Original: identifies the denormalization style used by the floating-point type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |