diff libinterp/corefcn/pr-output.cc @ 32488:d7a3ed7f2fdc stable

doc: grammarcheck C++ files before 9.1 release. * libinterp/corefcn/graphics.cc, libinterp/corefcn/input.cc, libinterp/corefcn/pr-output.cc, libinterp/corefcn/qz.cc, libinterp/corefcn/sysdep.cc: grammarcheck C++ files before 9.1 release.
author Rik <rik@octave.org>
date Thu, 23 Nov 2023 19:42:27 -0800
parents 7e8a3299b866
children 05b4479c29d8
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Thu Nov 23 18:28:08 2023 -0800
+++ b/libinterp/corefcn/pr-output.cc	Thu Nov 23 19:42:27 2023 -0800
@@ -3936,6 +3936,7 @@
 @end group
 @end example
 
+@noindent
 where spaces have been added for clarity to show the sign bit, the 11-bit
 exponent, and the 52-bit mantissa, in that order.  Together they represent
 @code{pi} as an IEEE 754 double precision floating point number in the normal
@@ -3956,6 +3957,7 @@
 @end group
 @end example
 
+@noindent
 shown here with spaces added for clarity.  Compare with the previous bit string
 from @code{format bit} to see the grouping into bytes and their ordering.