Denormalized Numbers – IEEE 754 Floating Point

Essentially, a denormalized float has the ability to represent the SMALLEST (in magnitude) number that is possible to be represented with any floating point value. That is correct. using denormalized numbers comes with a performance cost on many platforms The penalty is different on different processors, but it can be up to 2 orders of … Read more