From 15bb28acc0a5127f4ff5de8a86fdc92e0e6a720e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 15 Sep 2022 17:02:44 -0400 Subject: [PATCH] Eliminate spurious space at eol. --- fp.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp.texi b/fp.texi index 9cb97dd..507a3e1 100644 --- a/fp.texi +++ b/fp.texi @@ -218,7 +218,7 @@ mode. @end table @node Invalid Optimizations -@section Invalid Optimizations +@section Invalid Optimizations @cindex invalid optimizations in floating-point arithmetic @cindex floating-point arithmetic invalid optimizations @@ -997,7 +997,7 @@ exception flag, and that can fool some programs. Like Infinity, NaNs propagate in computations, but they are even stickier, because they never disappear in division. Thus, once a NaN appears in a chain of numerical operations, it is almost -certain to pop out into the final results. The programmer +certain to pop out into the final results. The programmer has to decide whether that is expected, or whether there is a coding or algorithmic error that needs repair.