Fix cl-most-positive-float doc typo
* doc/misc/cl.texi (Implementation Parameters): Fix typo in documentation of cl-most-positive-float.
This commit is contained in:
@@ -3128,7 +3128,7 @@ floating-point number, namely the IEEE binary64 floating-point format.
|
||||
|
||||
@defvar cl-most-positive-float
|
||||
This constant equals the largest finite value a Lisp float can hold.
|
||||
For IEEE binary64 format, this equals @code{(- (expt 2 1024) (- 2
|
||||
For IEEE binary64 format, this equals @code{(- (expt 2 1024) (expt 2
|
||||
971))}, which equals @code{1.7976931348623157e+308}.
|
||||
@end defvar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user