Copyright Digital Equipment Corp. All rights reserved.

Exceptions

   Exceptional Argument            Routine Behavior

   x = max_float and y =           Overflow
   +infinity
   x = -max_float and y = -        Overflow
   infinity
   x = min_float and y is less     Underflow
   than or equal to 0
   x = -min_float and y is         Underflow
   greater than or equal to 0