diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-11 20:45:37 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-11 20:45:37 -0800 |
commit | c1535145101cf8758f3716c2e4fd3ddaa722f21c (patch) | |
tree | 1d6883ffff0ba1ca3c03c4fbbf1d5aa79008b511 /ChangeLog | |
parent | 5ee9c6e95736d9ae925fedab4caa0c615d115fb2 (diff) | |
download | txr-c1535145101cf8758f3716c2e4fd3ddaa722f21c.tar.gz txr-c1535145101cf8758f3716c2e4fd3ddaa722f21c.tar.bz2 txr-c1535145101cf8758f3716c2e4fd3ddaa722f21c.zip |
* 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.
* arith.h (cum_norm_dist): Declared.
* eval.c: Include arith.h.
(eval_init): Register cum_norm_dist as intrinsic.
* txr.1: Documented cum-norm-dist.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +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. + + * arith.h (cum_norm_dist): Declared. + + * eval.c: Include arith.h. + (eval_init): Register cum_norm_dist as intrinsic. + + * txr.1: Documented cum-norm-dist. + 2014-01-10 Kaz Kylheku <kaz@kylheku.com> * configure: Detect platforms which don't reveal declarations |