|
|
|
|
|
by Const-me
1935 days ago
|
|
> you could give up one one of them and make it positive zero What do you expect to happen when you set the sign bit of that number? A possible answer to that is "negative zero", and now you have 2 separate encodings for negative zeroes: one of them with exponent 0, another one 0xFF, and they behave slightly differently. |
|