brazzy / floating-point-gui.de

Website that provides concise answers to common questions about floating-point numbers.
http://floating-point-gui.de/
1.02k stars 167 forks source link

Fix small errors about subnormals #41

Closed edgar-bonet closed 6 years ago

edgar-bonet commented 6 years ago

The text stated that subnormal numbers “allow a number range beyond the smallest and largest numbers given in the table above”. This pull request removes the italicized words, as subnormals extend the range only to smaller numbers.

Also, the above implies that the ranges in the table are those of normal numbers. This was the case for single precision, but the smallest double precision number quoted in the table was actually the smallest subnormal. This is also fixed in the pull request.

brazzy commented 6 years ago

Thank you, good catch!