Hacker News new | ask | show | jobs
by SkiFire13 464 days ago
> float is just the 32-bit unsigned integers as binary fractions

Note that float and double are a bit particular because they can use different registers! But yeah, when stored in memory they are the same 32/63 bit integers.