Eliminate spurious space at eol.

This commit is contained in:
Richard Stallman 2022-09-15 17:02:44 -04:00
parent 46cdde1206
commit 15bb28acc0
1 changed files with 2 additions and 2 deletions

View File

@ -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.