Discussion:
3.254098159668e-316#DEN
(too old to reply)
Anders Eriksson
2007-08-10 07:55:49 UTC
Permalink
Hello,

In the debugger I have have double variable that gets the value:
3.254098159668e-316#DEN

What does #DEN mean?

// Anders
Nathan Mates
2007-08-10 16:14:12 UTC
Permalink
Post by Anders Eriksson
3.254098159668e-316#DEN
#DEN means 'denormal'. See http://en.wikipedia.org/wiki/Denormal
for some more info, or use http://www.google.com/ to find out more.

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Anders Eriksson
2007-08-13 06:44:44 UTC
Permalink
Post by Nathan Mates
Post by Anders Eriksson
3.254098159668e-316#DEN
#DEN means 'denormal'. See http://en.wikipedia.org/wiki/Denormal
for some more info, or use http://www.google.com/ to find out more.
Is there a list of these specifiers?

Thank you for your answer!

// Anders
--
English is not my first, or second, language
so anything strange, or insulting, is due to
the translation.
Please correct me so I may improve my English!
Ben Voigt [C++ MVP]
2007-08-13 17:15:15 UTC
Permalink
Post by Anders Eriksson
Post by Nathan Mates
Post by Anders Eriksson
3.254098159668e-316#DEN
#DEN means 'denormal'. See http://en.wikipedia.org/wiki/Denormal
for some more info, or use http://www.google.com/ to find out more.
Is there a list of these specifiers?
see documentation for "_fpclass" function in float.h
Post by Anders Eriksson
Thank you for your answer!
// Anders
--
English is not my first, or second, language
so anything strange, or insulting, is due to
the translation.
Please correct me so I may improve my English!
Loading...