1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Floating point is always available; say a little about what it is.

This commit is contained in:
Richard M. Stallman 2001-03-26 03:17:58 +00:00
parent aab28c42a8
commit 1d2849135b

View File

@ -201,9 +201,10 @@ leading @samp{+} or a final @samp{.}.
@node Floating Point Type @node Floating Point Type
@subsection Floating Point Type @subsection Floating Point Type
Emacs supports floating point numbers (though there is a compilation Floating point numbers are the computer equivalent of scientific
option to disable them). The precise range of floating point numbers is notation. The precise number of significant figures and the range of
machine-specific. possible exponents is machine-specific; Emacs always uses the C data
type @code{double} to store the value.
The printed representation for floating point numbers requires either The printed representation for floating point numbers requires either
a decimal point (with at least one digit following), an exponent, or a decimal point (with at least one digit following), an exponent, or