# HG changeset patch # User Dave Love # Date 1008691496 0 # Node ID 5b63c25571a8f909e3db7284297df7a7ef3e66ab # Parent dfc99f4ae55ea4966aca1d609717fc846e45f195 Remove most-positive-fixnum, most-negative-fixnum. diff -r dfc99f4ae55e -r 5b63c25571a8 man/cl.texi --- a/man/cl.texi Tue Dec 18 16:02:14 2001 +0000 +++ b/man/cl.texi Tue Dec 18 16:04:56 2001 +0000 @@ -3370,7 +3370,7 @@ * Predicates on Numbers:: `plusp', `oddp', `floatp-safe', etc. * Numerical Functions:: `abs', `floor*', etc. * Random Numbers:: `random*', `make-random-state' -* Implementation Parameters:: `most-positive-fixnum', `most-positive-float' +* Implementation Parameters:: `most-positive-float' @end menu @iftex @@ -3577,16 +3577,6 @@ @noindent This package defines several useful constants having to with numbers. -@defvar most-positive-fixnum -This constant equals the largest value a Lisp integer can hold. -It is typically @code{2^23-1} or @code{2^25-1}. -@end defvar - -@defvar most-negative-fixnum -This constant equals the smallest (most negative) value a Lisp -integer can hold. -@end defvar - The following parameters have to do with floating-point numbers. This package determines their values by exercising the computer's floating-point arithmetic in various ways. Because this operation