Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2008-09-29 13:05:56 +02:00 committed by Michael Kerrisk
parent 4718ba1c3b
commit f010f3a2ce
1 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,11 @@ The
.I inexact
exception occurs when the rounded result of an operation
is not equal to the infinite precision result.
It may occur whenever Overflow or Underflow occurs.
It may occur whenever
.I overflow
or
.I underflow
occurs.
.LP
The
.I invalid