Real.maxFinite and friends

Henry Cejtin henry@sourcelight.com
Fri, 5 Oct 2001 17:21:34 -0500


The precision control is not enough for 2 distinct reasons:
	1) it only limits the number of mantissa bits on SOME operations, not
		all.
	2) it has no effect on the exponent bits.
Thus you will still get things that are finite before you store them but
infinite after you store them (or normal, non-normal).