From 58c7eef532ca0ae3ea3b23f406fef4b430da8de6 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 28 Apr 2025 18:46:33 +0000 Subject: [PATCH] * fp.texi (Exception Flags): Replace '-' and '_' with spaces for consistency. --- fp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp.texi b/fp.texi index f86411e..df8be8c 100644 --- a/fp.texi +++ b/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},