Related articles |
---|
IEEE's NaN names paul@cp.tn.tudelft.nl (1994-06-24) |
Re: IEEE's NaN names alan@bernie.sal.wisc.edu (1994-06-26) |
Re: IEEE's NaN names richard@viz.tamu.edu (1994-06-28) |
Newsgroups: | comp.compilers |
From: | paul@cp.tn.tudelft.nl (Paul Dechering) |
Keywords: | arithmetic, question, comment |
Organization: | Delft University of Technology |
Date: | Fri, 24 Jun 1994 12:51:27 GMT |
Does anybody know the list of those IEEE floating point numbers that are
NaN (Not a Number)? We like to get a standard name for the smallest
positive float as well as the largest positive float. Any suggestions are
welcome.
--
Paul Dechering (paul@cp.tn.tudelft.nl)
[The IEEE standard doesn't name them. The NCEG group, now part of X3J11,
has a floating point C extensions proposal out that uses the names FLT_MIN,
FLT_MAX, FLT_EPSILON in a new <float.h> header. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.