Variable: cl-most-positive-float

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

Value

nil

Documentation

The largest value that a Lisp float can hold.

If your system supports infinities, this is the largest finite value. For Emacs, this equals 1.7976931348623157e+308. Call cl-float-limits to set this.

View in manual

Aliases

most-positive-float (obsolete since 27.1)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-lib.el.gz
(defconst cl-most-positive-float nil
  "The largest value that a Lisp float can hold.
If your system supports infinities, this is the largest finite value.
For Emacs, this equals 1.7976931348623157e+308.
Call `cl-float-limits' to set this.")