summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-13 20:00:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-13 20:00:49 -0800
commit901f7e6c7588b86cbd63172a4871be22bb024b6d (patch)
tree05ed4b47f6a035d1ceab458fefc3bfc4724c73e8 /txr.1
parent64b06932ed7d8dd8c904e66a70a53ae4c8ec4448 (diff)
downloadtxr-901f7e6c7588b86cbd63172a4871be22bb024b6d.tar.gz
txr-901f7e6c7588b86cbd63172a4871be22bb024b6d.tar.bz2
txr-901f7e6c7588b86cbd63172a4871be22bb024b6d.zip
* arith.c (exptmod, gcd): New functions.
* eval.c (eval_init): New functions registered as intrisics. * lib.h (exptmod, gcd): Declared. * txr.1: Documentation stubs added.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index d2f58d4e..4cebd27b 100644
--- a/txr.1
+++ b/txr.1
@@ -4811,6 +4811,10 @@ The following are Lisp functions and variables built-in to TXR.
.SS Arithmetic functions +, -, *, trunc, mod, expt, sqrt
+.SS Arithmetic function exptmod
+
+.SS Arithmetic function gcd
+
.SS Arithmetic function abs
.SS Functions fixnump, bignump, numberp