Skip to main content

most-positive-fixnum, most-negative-fixnum

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

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 215 - 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 215.

Expanded Reference: most-positive-fixnum, most-negative-fixnum

tip

TODO: Please contribute to this page by adding explanations and examples

(most-positive-fixnum, most-negative-fixnum )