diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/cl.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 709e9836c90..bf85b00e937 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -3124,12 +3124,11 @@ machines, but will fail if the machine's arithmetic is extremely | |||
| 3124 | unusual, e.g., decimal. | 3124 | unusual, e.g., decimal. |
| 3125 | @end defun | 3125 | @end defun |
| 3126 | 3126 | ||
| 3127 | Since true Common Lisp supports up to four different floating-point | 3127 | Since true Common Lisp supports up to four different kinds of floating-point |
| 3128 | precisions, it has families of constants like | 3128 | numbers, it has families of constants like |
| 3129 | @code{most-positive-single-float}, @code{most-positive-double-float}, | 3129 | @code{most-positive-single-float}, @code{most-positive-double-float}, |
| 3130 | @code{most-positive-long-float}, and so on. Emacs has only one | 3130 | @code{most-positive-long-float}, and so on. Emacs has only one |
| 3131 | floating-point precision, so this package omits the precision word | 3131 | kind of floating-point number, so this package just uses single constants. |
| 3132 | from the constants' names. | ||
| 3133 | 3132 | ||
| 3134 | @defvar cl-most-positive-float | 3133 | @defvar cl-most-positive-float |
| 3135 | This constant equals the largest value a Lisp float can hold. | 3134 | This constant equals the largest value a Lisp float can hold. |