Following IEEE-754, I am looking for an example that shows processing an unbiased floating point representation is harder than processing a biased one. All I see in the texts is that unbiased numbers have to be compared with a negative system representation, e.g. two's complement.
Why it is hard then? For integers, we use 2's complement. Why don't we use that for floating point numbers? More complex circuits are built nowadays....