summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-11 23:09:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-11 23:09:22 -0800
commitfc14a0592d94b1dbb502afe298a67b9b544559af (patch)
treeb7be35c9a1ec5f1dddcc14e668a030024d1198dc /ChangeLog
parentc1535145101cf8758f3716c2e4fd3ddaa722f21c (diff)
downloadtxr-fc14a0592d94b1dbb502afe298a67b9b544559af.tar.gz
txr-fc14a0592d94b1dbb502afe298a67b9b544559af.tar.bz2
txr-fc14a0592d94b1dbb502afe298a67b9b544559af.zip
* arith.c (rising_product): New static function.
(n_choose_k, n_perm_k): New functions. * arith.h (n_choose_k, n_perm_k): Declared. * eval.c (eval_init): New functions interned. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c1b7e2..14c4775a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2014-01-11 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (rising_product): New static function.
+ (n_choose_k, n_perm_k): New functions.
+
+ * arith.h (n_choose_k, n_perm_k): Declared.
+
+ * eval.c (eval_init): New functions interned.
+
+ * txr.1: Documented.
+
+2014-01-11 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (to_float): Print function name as ~a rather than ~s,
so it doesn't have quotes around it.
(cum_norm_dist): New function.