From: Taylor R Campbell Date: Sun, 30 Jun 2019 22:48:08 +0000 (+0000) Subject: Use a trailing 0 for text clarity. X-Git-Tag: mit-scheme-pucked-10.1.12~7^2~28 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a5f504f8ab1b8db5017efc485827a7117f21fd6f;p=mit-scheme.git Use a trailing 0 for text clarity. --- 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