Search code examples
c++visual-studiodebuggingvisual-studio-2005

What does the suffix #DEN mean on the value of a variable


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?


Solution

  • This is for "denormalized number".