Why doesn't C have unsigned floats?

后端 未结 12 1642
名媛妹妹
名媛妹妹 2020-11-28 01:47

I know, the question seems to be strange. Programmers sometimes think too much. Please read on...

In C I use signed and unsigned integers a

12条回答
  •  一生所求
    2020-11-28 02:10

    I suspect it is because the underlying processors targeted by C compilers don't have a good way of dealing with unsigned floating point numbers.

提交回复
热议问题