Variable: cl-float-negative-epsilon

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

Value

nil

Documentation

The smallest positive float that subtracts from 1.0 to give a distinct value.

For Emacs, this equals 1.1102230246251565e-16. Call cl-float-limits to set this.

View in manual

Aliases

float-negative-epsilon (obsolete since 27.1)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-lib.el.gz
(defconst cl-float-negative-epsilon nil
  "The smallest positive float that subtracts from 1.0 to give a distinct value.
For Emacs, this equals 1.1102230246251565e-16.
Call `cl-float-limits' to set this.")