Hacker News new | ask | show | jobs
by Dwedit 12 days ago
Denormals happen to be the way that Zero can even be represented at all?
1 comments

For zeros (+0 and -0), there exist special representations in the IEEE 754 standard. Denormalized numbers are a different concept.
Zero is a denormal number where the mantissa is zero. If you disallow denormals and treat them all as zero, then actual zero follows as well.