diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 16:47:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 16:47:46 -0700 |
commit | 3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c (patch) | |
tree | a70f7ae26d8314d94e4dddc72e0947bf4e6003e7 /txr.1 | |
parent | 551a986c12660fa5a4b36fe22262e7d5255c9994 (diff) | |
download | txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.gz txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.bz2 txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.zip |
* arith.c (divi): New function.
* eval.c (eval_init): divi registered as / intrinsic.
* lib.h (divi): Declared.
* txr.1: divi added to stub heading.
* txr.vim: / operator highlighted.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6641,7 +6641,7 @@ symbols, packages, or streams are equal if they are the same hash. Certain object types have a custom equal function. -.SS Arithmetic functions +, -, *, trunc, mod, expt, sqrt +.SS Arithmetic functions +, -, *, /, trunc, mod, expt, sqrt .SS Arithmetic function exptmod |