From 770b69a7495f5e1f83eaf0c5de5782a3db90ad7b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Dec 2011 23:16:44 -0800 Subject: * 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. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 1cb30487..c01819a6 100644 --- a/txr.1 +++ b/txr.1 @@ -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 <= -- cgit v1.2.3