Trouble with my code for IEEE-754 representation of any double-precision floating-point value

前端 未结 0 1157
独厮守ぢ
独厮守ぢ 2021-02-09 16:49

I am working on code that should take a floating point value and convert it into the following tuple format:

(+ or - sign, significand a string of 54 bits, exponent).

相关标签:
回答
  • 消灭零回复
提交回复
热议问题