|
libxr
1.0
Want to be the best embedded framework
|
通用浮点文本格式化器使用的数学辅助函数。 / Math helpers used by the generic float text formatter. More...
#include <writer_float_math.hpp>
Data Fields | |
| int | exponent = 0 |
| decimal exponent / 十进制指数 | |
| Float | scale = 1 |
| 10 ^ exponent / 10 的 exponent 次幂 | |
通用浮点文本格式化器使用的数学辅助函数。 / Math helpers used by the generic float text formatter.
浮点文本输出归一化过程中使用的十进制缩放对 / Decimal-scale pair used while normalizing one float for text output.
| Float | Float type. / 浮点类型。 |
Definition at line 14 of file writer_float_math.hpp.
| int Writer::DecimalScale< Float >::exponent = 0 |
decimal exponent / 十进制指数
Definition at line 16 of file writer_float_math.hpp.
| Float Writer::DecimalScale< Float >::scale = 1 |
10 ^ exponent / 10 的 exponent 次幂
Definition at line 17 of file writer_float_math.hpp.