When debugging in VS2005 I have a float in the Locals window whose values is: 1.744e-039#DEN
What does the #DEN signify/stand for?
When debugging in VS2005 I have a float in the Locals window whose values is: 1.744e-039#DEN
What does the #DEN signify/stand for?
Denormalized; too small (close to zero) to be represented as a number in the form 1.M * 2^E
Denormal - too close to zero - see http://en.wikipedia.org/wiki/Denormal