使用verilog的64位双精度浮点CPU
如何将64位十进制值转换为64位二进制值? 64位的十进制值的范围是多少??? 64 位十进制值意味着浮点数...
how to convert 64 bit decimal value into the 64 bit binary value??
what is the range of the decimal values of 64 bit????
64 bit decimal values means in floating point...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您对浮点值的理解相当模糊。我建议阅读浮点指南。然后你就有希望理解为什么你的问题已经包含错误的假设。
It seems your understanding of what floating point values are is rather vague. I recommend reading The Floating-Point Guide. Then you'll hopefully understand why your question already contains false assumptions.