From a5f504f8ab1b8db5017efc485827a7117f21fd6f Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 30 Jun 2019 22:48:08 +0000 Subject: [PATCH] Use a trailing 0 for text clarity. --- doc/ref-manual/numbers.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref-manual/numbers.texi b/doc/ref-manual/numbers.texi index 65945f404..cb4867742 100644 --- a/doc/ref-manual/numbers.texi +++ b/doc/ref-manual/numbers.texi @@ -2140,8 +2140,8 @@ These procedures implement the @acronym{IEEE 754-2008} total ordering on floating-point values and their magnitudes. Here the ``magnitude'' of a floating-point value is a floating-point value with positive sign bit and everything else the same; e.g., -@code{+nan.123} is the ``magnitude'' of @code{-nan.123} and @code{0.} -is the ``magnitude'' of @code{-0.}. +@code{+nan.123} is the ``magnitude'' of @code{-nan.123} and @code{0.0} +is the ``magnitude'' of @code{-0.0}. @itemize @bullet @item -- 2.25.1