summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-29 15:57:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-29 15:57:45 -0700
commit2b1e05769d01cb036cf0a82231eb87b698a33426 (patch)
treed072354049911ec058a01b9cc69f41e2ca2ebe2d /ChangeLog
parent9e60a829fdd3874f510ebc57d1a378d020a55fb9 (diff)
downloadtxr-2b1e05769d01cb036cf0a82231eb87b698a33426.tar.gz
txr-2b1e05769d01cb036cf0a82231eb87b698a33426.tar.bz2
txr-2b1e05769d01cb036cf0a82231eb87b698a33426.zip
* arith.c (gcd): Allow zeros. Don't issue "non-integral"
exception if MPI fails. (floorf, ceili): Map integer argument to itself. (tang, asine, acosi): New functions. * eval.c (eval_init): New intrinsics: tan, asin, acos. * lib.h (tang, asine, acosi): Declared. * txr.1: Documented gcd, abs, floor, ceil, sin, cos, tan asin, acos, atan, log, and exp. * txr.vim: Highlighting for tang, asine, acosi.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e41883..b71ef931 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2012-03-29 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (gcd): Allow zeros. Don't issue "non-integral"
+ exception if MPI fails.
+ (floorf, ceili): Map integer argument to itself.
+ (tang, asine, acosi): New functions.
+
+ * eval.c (eval_init): New intrinsics: tan, asin, acos.
+
+ * lib.h (tang, asine, acosi): Declared.
+
+ * txr.1: Documented gcd, abs, floor, ceil, sin, cos, tan
+ asin, acos, atan, log, and exp.
+
+ * txr.vim: Highlighting for tang, asine, acosi.
+
+2012-03-29 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (dmod): New static function.
(mod): Use dmod instead of fmod directly, to calculate
the correct semantics for combinations of