[comp.sys.mips] FLT_MAX again

bin@primate.wisc.edu (Brain in Neutral) (10/17/89)

The same program, with FLT_MIN replacing FLT_MAX prints the same values
for the constant and the variable assigned the value of the constant
(which is correct), and zero for the difference between the two (also
correct).

Paul DuBois
stewed-monkey-heads@primate.wisc.edu

bin@primate.wisc.edu (Brain in Neutral) (10/17/89)

From article <899@uakari.primate.wisc.edu>, by bin@primate.wisc.edu (Brain in Neutral):
> The same program, with FLT_MIN replacing FLT_MAX prints the same values
> for the constant and the variable assigned the value of the constant
> (which is correct), and zero for the difference between the two (also
> correct).


Oops!  Sorry, it isn't correct, because the value of FLT_MIN and the
variable both print as *zero*.  Yow.