Hacker News new | ask | show | jobs
by D_Guidi 2751 days ago
Here the "floating point" excerpt from the book: http://fabiensanglard.net/floating_point_visually_explained/...
1 comments

Am I alone in thinking that the sign, exponent and mantissa model makes more sense, and that (-1)^S * 1.M * 2^(E-127) isn't that hard to understand? Maybe because I already understand that model, but his explanation just made it more confusing for me.