单精度浮点数类型的数值特征特化
更多...
#include <numeric_traits.hpp>
|
|
static constexpr int | digits = 24 |
| | 尾数位数,包括隐藏位
|
|
static constexpr int | digits10 = 6 |
| | 十进制有效位数
|
|
static constexpr int | max_digits10 = 9 |
| | 保证精度的最大十进制位数
|
|
static constexpr int | max_exponent = 128 |
| | 最大指数
|
|
static constexpr int | max_exponent10 = 38 |
| | 最大十进制指数
|
|
static constexpr int | min_exponent = -125 |
| | 最小指数
|
|
static constexpr int | min_exponent10 = -37 |
| | 最小十进制指数
|
单精度浮点数类型的数值特征特化
在文件 numeric_traits.hpp 第 497 行定义.
◆ max_nega()
|
|
inlinestaticconstexprnoexcept |
◆ max_posi()
|
|
inlinestaticconstexprnoexcept |
◆ min_nega()
|
|
inlinestaticconstexprnoexcept |
◆ min_posi()
|
|
inlinestaticconstexprnoexcept |
该类的文档由以下文件生成: