]> git.eshelyaron.com Git - emacs.git/commit
Document Lisp floats a bit better
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2019 23:01:06 +0000 (15:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2019 23:04:20 +0000 (15:04 -0800)
commitb6942c0c37a504e00c717c8c74bfa9dcd208c931
tree40565eb305e75021b6d96e90fd678c87a9de10be
parent6ad5eb97940b07bf8d28f8517608351b3af1221c
Document Lisp floats a bit better

* doc/lispref/numbers.texi (Float Basics):
* doc/misc/cl.texi (Implementation Parameters):
* lisp/emacs-lisp/cl-lib.el (cl-most-positive-float)
(cl-least-positive-float)
(cl-least-positive-normalized-float, cl-float-epsilon)
(cl-float-negative-epsilon):
Document IEEE floating point better.  Don’t suggest that Emacs
might use some floating-point format other than IEEE format, as
Emacs currently assumes IEEE in several places and there seems
little point in removing those assumptions.
doc/lispref/numbers.texi
doc/misc/cl.texi
lisp/emacs-lisp/cl-lib.el