/[emacs]/emacs/man/cl.texi
ViewVC logotype

Diff of /emacs/man/cl.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by rms, Wed Oct 31 22:00:17 2001 UTC revision 1.15 by fx, Tue Dec 18 16:04:56 2001 UTC
# Line 3370  which were left out of Emacs Lisp. Line 3370  which were left out of Emacs Lisp.
3370  * Predicates on Numbers::       `plusp', `oddp', `floatp-safe', etc.  * Predicates on Numbers::       `plusp', `oddp', `floatp-safe', etc.
3371  * Numerical Functions::         `abs', `floor*', etc.  * Numerical Functions::         `abs', `floor*', etc.
3372  * Random Numbers::              `random*', `make-random-state'  * Random Numbers::              `random*', `make-random-state'
3373  * Implementation Parameters::   `most-positive-fixnum', `most-positive-float'  * Implementation Parameters::   `most-positive-float'
3374  @end menu  @end menu
3375    
3376  @iftex  @iftex
# Line 3577  This predicate returns @code{t} if @var{ Line 3577  This predicate returns @code{t} if @var{
3577  @noindent  @noindent
3578  This package defines several useful constants having to with numbers.  This package defines several useful constants having to with numbers.
3579    
 @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  
   
3580  The following parameters have to do with floating-point numbers.  The following parameters have to do with floating-point numbers.
3581  This package determines their values by exercising the computer's  This package determines their values by exercising the computer's
3582  floating-point arithmetic in various ways.  Because this operation  floating-point arithmetic in various ways.  Because this operation

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26