diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 23:16:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 23:16:44 -0800 |
commit | 770b69a7495f5e1f83eaf0c5de5782a3db90ad7b (patch) | |
tree | a600dd018c53ac6394932f9c1b96007ce77e7eaf /txr.1 | |
parent | 98d7a0cf623fb0e34ee00017909a315a32a8de38 (diff) | |
download | txr-770b69a7495f5e1f83eaf0c5de5782a3db90ad7b.tar.gz txr-770b69a7495f5e1f83eaf0c5de5782a3db90ad7b.tar.bz2 txr-770b69a7495f5e1f83eaf0c5de5782a3db90ad7b.zip |
* arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplemented
with bignum support.
* eval.c (eval_init): Added bignump and zerop as intrinsic function.
Renamed numberp to fixnump.
* lib.c (zerop, gt, lt, ge, le): Functions removed.
(numeq): Unused function removed.
* lib.h (numeq): Declaration removed.
* txr.1: Sections for zerop and bignump created. Changed reference
to numberp to fixnump.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4809,7 +4809,9 @@ The following are Lisp functions and variables built-in to TXR. .SS Arithmetic functions +, -, *, trunc, mod -.SS Function numberp +.SS Functions fixnump, bignump + +.SS Function zerop .SS Relational functions >, <, >= and <= |