Constant Variable most-positive-fixnum, most-negative-fixnum

Constant Value:

implementation-dependent.

Description:

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

12.10.0 4most-negative-fixnum is that fixnum closest in value to negative infinity provided by the implementation, and less than or equal to -215.

Examples:

None.

See Also:

None.

Notes:

None.