* fp.texi (Exception Flags): Replace '-' and '_' with spaces for consistency.
This commit is contained in:
parent
d839e959cb
commit
58c7eef532
2
fp.texi
2
fp.texi
|
@ -282,7 +282,7 @@ conditions: once set, they remain set until the program explicitly
|
|||
clears them.
|
||||
|
||||
The conditions include @emph{invalid operand},
|
||||
@emph{division-by_zero}, @emph{inexact result} (i.e., one that
|
||||
@emph{division by zero}, @emph{inexact result} (i.e., one that
|
||||
required rounding), @emph{underflow}, and @emph{overflow}. Some
|
||||
extended floating-point designs offer several additional exception
|
||||
flags. The functions @code{feclearexcept}, @code{feraiseexcept},
|
||||
|
|
Loading…
Reference in New Issue