Variable: cl-least-negative-normalized-float
cl-least-negative-normalized-float is a variable defined in
cl-lib.el.gz.
Value
nil
Documentation
The smallest normalized Lisp float less than zero.
This is simply -cl-least-positive-normalized-float.
Call cl-float-limits to set this.
Aliases
least-negative-normalized-float (obsolete since 27.1)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-lib.el.gz
(defconst cl-least-negative-normalized-float nil
"The smallest normalized Lisp float less than zero.
This is simply -`cl-least-positive-normalized-float'.
Call `cl-float-limits' to set this.")