From 34982345fea8dbfe32b76ed8d52a3c42ea6ccc6d Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 1 Jul 2019 00:13:38 +0000 Subject: [PATCH] Tweak some text strength. --- doc/ref-manual/numbers.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ref-manual/numbers.texi b/doc/ref-manual/numbers.texi index adcaf3217..7d3779345 100644 --- a/doc/ref-manual/numbers.texi +++ b/doc/ref-manual/numbers.texi @@ -1710,7 +1710,7 @@ MIT/GNU Scheme follows the @acronym{IEEE 754-2008} floating-point standard, using binary64 arithmetic for flonums. All floating-point values are classified into: -@table @strong +@table @asis @item normal @cindex floating-point number, normal @cindex normal floating-point number @@ -2386,7 +2386,7 @@ symbols. The following exceptions are recognized by MIT/GNU Scheme: -@table @strong +@table @asis @item inexact-result @cindex inexact-result exception Raised when the result of a floating-point computation is not a @@ -2420,7 +2420,7 @@ such as division of zero by zero, or real logarithm of a negative number. The result of an invalid-operation is a NaN. Also raised when the input to a floating-point operation is a -@strong{signalling} NaN, but not for a @strong{quiet} NaN. +signalling NaN, but not for a quiet NaN. @item subnormal-operand @cindex subnormal-operand exception @@ -2725,7 +2725,7 @@ downstream. @end deffn @deffn procedure flo:random-unit state -Deprecated alias for @code{flo:random-unit-open}. +@strong{Deprecated} alias for @code{flo:random-unit-open}. @end deffn @deffn procedure random-bytevector n [state] -- 2.25.1