I want to know how to subtract IEEE 754 numbers so I searched about this and found this answer: How to subtract IEEE 754 numbers?, and it works fine with all the examples I've tried, except when I substract one, the number 1 have a lot of 0's in the mantissa, so by this logic a number should stay the same when I substract 1 to it?
PS: It would be the same for any number - 2^something, the mantissa would be full of 0's.
Someone explain pls