View Single Post
Old 03-20-2022, 06:29 AM   #359
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,509
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by ownedbycats View Post
I found this: https://en.wikipedia.org/wiki/IEEE_754



That makes more sense than the other thing I tried to read on signed zeros
This might be helpful: Negative Binary Numbers. Two of the three representations, sign-and-magnitude and ones-complement, can represent negative zero. Twos-complement, the most common, cannot represent negative zero.

The above discussion leaves out the complexity of floating point numbers that usually have three separate components: a sign, a "value", and an "exponent". Because (usually) the sign is separate from the number is it similar to sign-and-magnitude representation. See https://floating-point-gui.de/formats/fp/ for more explanation.
chaley is offline   Reply With Quote