* fp.texi (Exception Flags): Replace '-' and '_' with spaces for consistency.

This commit is contained in:
Ineiev 2025-04-28 18:46:33 +00:00
parent d839e959cb
commit 58c7eef532
1 changed files with 1 additions and 1 deletions

View File

@ -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},