Variable: least-positive-float
least-positive-float is an alias for cl-least-positive-float, defined
in cl.el.gz.
This variable is obsolete since 27.1; use cl-least-positive-float
instead.
Value
nil
Documentation
The smallest value greater than zero that a Lisp float can hold.
For Emacs, this equals 5e-324 if subnormal numbers are supported,
cl-least-positive-normalized-float if they are not.
Call cl-float-limits to set this.
Aliases
least-positive-float (obsolete since 27.1)