[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Constant Variable MOST-POSITIVE-FIXNUM, MOST-NEGATIVE-FIXNUM

Constant Value:

implementation-dependent.

Description:

most-positive-fixnum is that fixnum closest in value to positive infinity provided by the implementation, and greater than or equal to both 2^15 - 1 and array-dimension-limit.

most-negative-fixnum is that fixnum closest in value to negative infinity provided by the implementation, and less than or equal to -2^15.

Examples: None.

See Also: None.

Notes: None.


The following X3J13 cleanup issue, not part of the specification, applies to this section:


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.