summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.115
1 files changed, 15 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index c31def62..26ed0eec 100644
--- a/txr.1
+++ b/txr.1
@@ -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