Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

YES P1788/M0029.02:Level3-InterfaceOnly, *BUT*



Lee Winter wrote:
> I believe the exclusion of overflows of the same sign is unnecessary
> for the interchange format.

I suppose you mean two infinities of the same sign.  Infinities may
indeed be the result of containing overflow, but they can also simply
mean "unbounded".  Decorations should tell these cases apart.  (In 754
it is the overflow flag that does the job -- unfortunately globally.)

> Exemplar:  Given M = F.max for some 754 format F, then given lo=0.8*M
> and hi=0.9*M the interval I_one=[lo hi] is a valid value.  But the
> interval I_two = 2 * I_one is not a valid interchange value.

No problem:
  I_two would simply be [F.max, +Inf] -- overflow has to observe containment.

Michel.
---Sent: 2011-12-29 23:06:50 UTC