diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-27 06:12:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-27 06:12:03 -0700 |
commit | c43eb573779da0965ecb84feb23e21b39405bb4b (patch) | |
tree | 3e0c88b71fee6995be8a81081ffa0c6542a16fca /txr.1 | |
parent | 637617fa71cfb05c2d2ab07f3e820b2eb712049c (diff) | |
download | txr-c43eb573779da0965ecb84feb23e21b39405bb4b.tar.gz txr-c43eb573779da0965ecb84feb23e21b39405bb4b.tar.bz2 txr-c43eb573779da0965ecb84feb23e21b39405bb4b.zip |
Adding fixnum-min and fixnum-max variables.
* arith.c (arith_init): Registered fixnum-min and fixnum-max
variables.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -28202,6 +28202,21 @@ is a floating-point number, then it is converted by as if by the function .codn int-flo . +.coNP Variables @ fixnum-min and @ fixnum-max +.desc +These variables hold, respectively, the most negative value of the +.code fixnum +integer type, and its most positive value. Integer values +from +.code fixnum-min +to +.code fixnum-max +are all of type +.codn fixnum . +Integers outside of this range are +.code bignum +integers. + .coNP Variables @, flo-min @ flo-max and @ flo-epsilon .desc These variables hold, respectively: the smallest positive floating-point |