Saturday, August 13, 2011

Why doesn't my C-program print the calculated value for windchill? It just says "nan"?

NaN means not a number. You refer IEEE floating point representations to know more. This occurres when we try to store very small numbers such as negative infinity in a float or double variables. This is a an exceptional situation while manipulating numbers

No comments:

Post a Comment