转换IEEE浮点十六进制到十进制?

转换IEEE浮点十六进制到十进制?

问题描述:

如果我有一个IEEE浮点六角42F6E979,我怎么把它转换为十进制?我相信小数重presentation是= 123.456001

IF I have a IEEE float hex 42F6E979, how do I convert it to decimal? I believe the decimal representation is = 123.456001

当你测试出你自己的code,你可以使用的这个在线工具来检查你的答案。仅供参考,你是在正确的小数点是123.45 ...

While you're testing out your own code, you can use this online tool to check your answer. FYI, you are correct in that the decimal is 123.45...

维基百科有一个有用的文章为好。