We show the significand of a number, not the mantissa.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 21 Oct 2011 00:55:43 +0000 (00:55 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 21 Oct 2011 00:55:43 +0000 (00:55 +0000)
doc/ref-manual/numbers.texi

index 308bd48ab82525c9ac92421ba76ceffb993ac61a..865f86784b96034fef42238d4587b7a3db7f5bc3 100644 (file)
@@ -962,10 +962,10 @@ One of the symbols: @code{normal}, @code{scientific}, or
 @code{engineering}.  This specifies the format in which the number will
 be printed.@*  @code{scientific} specifies that the number will be printed
 using scientific notation: @code{@var{x}.@var{xxx}e@var{yyy}}.  In other
-words, the number is printed as a mantissa between zero inclusive and
+words, the number is printed as a significand between zero inclusive and
 ten exclusive, and an exponent.  @code{engineering} is like
 @code{scientific}, except that the exponent is always a power of three,
-and the mantissa is constrained to be between zero inclusive and 1000
+and the significand is constrained to be between zero inclusive and 1000
 exclusive.  If @code{normal} is specified, the number will be printed in
 positional notation if it is ``small enough'', otherwise it is printed
 in scientific notation.  A number is ``small enough'' when the number of