如何将单精度浮点数转换为十进制?
Posted
技术标签:
【中文标题】如何将单精度浮点数转换为十进制?【英文标题】:How do i convert a single-precision floating point number into decimal? 【发布时间】:2016-01-10 02:14:15 【问题描述】:如果这个值 0010 0100 1001 0010 0100 1001 0010 0100 是单精度浮点数,我如何将其转换为十进制?
【问题讨论】:
How do I convert from a decimal number to IEEE 754 single-precision floating-point format?的可能重复 不,我正在尝试将浮点数转换为十进制,而不是将十进制转换为浮点数 看看this page上的示例6。 【参考方案1】:如果你了解一些 Python 基础知识,也许你可以使用 struct & binascii 模块来做到这一点!更多内容见https://pymotw.com/2/struct/index.html#module-struct
【讨论】:
以上是关于如何将单精度浮点数转换为十进制?的主要内容,如果未能解决你的问题,请参考以下文章