bartaz / ieee754-visualization

IEEE 754 Double Precision Floating Point Visualization
http://bartaz.github.io/ieee754-visualization/
299 stars 33 forks source link

Why don't you generalize to other practical floating point sizes? #3

Open yurivict opened 7 years ago

yurivict commented 7 years ago

For example, single precision floating point number? Maybe, keep the same rules, just allow the user to set different significand/exponent sizes?

Very nice work, by the way! Thank you!