Why is a float “single precision”?

后端 未结 4 831
长情又很酷
长情又很酷 2021-02-14 21:32

I\'m curious as to why the IEEE calls a 32 bit floating point number single precision. Was it just a means of standardization, or does \'single\' actually refer to a single \'so

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-14 22:07

    In addition to the hardware view, on most systems the 32-bit format was used to implement the Fortran "real" type, and the 64 bit format to implement the Fortran "double precision" type.

提交回复
热议问题