Variable: cl-least-positive-normalized-float

cl-least-positive-normalized-float is a variable defined in cl-lib.el.gz.

Value

nil

Documentation

The smallest normalized Lisp float greater than zero.

This is the smallest value that has full precision. For Emacs, this equals 2.2250738585072014e-308. Call cl-float-limits to set this.

View in manual

Aliases

least-positive-normalized-float (obsolete since 27.1)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-lib.el.gz
(defconst cl-least-positive-normalized-float nil
  "The smallest normalized Lisp float greater than zero.
This is the smallest value that has full precision.
For Emacs, this equals 2.2250738585072014e-308.
Call `cl-float-limits' to set this.")