]> git.eshelyaron.com Git - emacs.git/commitdiff
Floating point is always available; say a little about what it is.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Mar 2001 03:17:58 +0000 (03:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Mar 2001 03:17:58 +0000 (03:17 +0000)
lispref/objects.texi

index 90236daf658502844fa22edd30cedcdb56b6f034..ca1c9222d31d6d75ef388d6db184987393c4775b 100644 (file)
@@ -201,9 +201,10 @@ leading @samp{+} or a final @samp{.}.
 @node Floating Point Type
 @subsection Floating Point Type
 
-  Emacs supports floating point numbers (though there is a compilation
-option to disable them).  The precise range of floating point numbers is
-machine-specific.
+  Floating point numbers are the computer equivalent of scientific
+notation.  The precise number of significant figures and the range of
+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
 a decimal point (with at least one digit following), an exponent, or