Variable: cl-most-negative-float

cl-most-negative-float is a variable defined in cl-lib.el.gz.

Value

nil

Documentation

The largest negative value that a Lisp float can hold.

This is simply -cl-most-positive-float. Call cl-float-limits to set this.

View in manual

Aliases

most-negative-float (obsolete since 27.1)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-lib.el.gz
(defconst cl-most-negative-float nil
  "The largest negative value that a Lisp float can hold.
This is simply -`cl-most-positive-float'.
Call `cl-float-limits' to set this.")