diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 20:00:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 20:00:49 -0800 |
commit | 901f7e6c7588b86cbd63172a4871be22bb024b6d (patch) | |
tree | 05ed4b47f6a035d1ceab458fefc3bfc4724c73e8 /txr.1 | |
parent | 64b06932ed7d8dd8c904e66a70a53ae4c8ec4448 (diff) | |
download | txr-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.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |