Mercurial > emacs
diff lisp/ChangeLog @ 108618:2f98c61bd2c1
calc-vec.el (calc-histogram):
(calcFunc-histogram): Allow vectors as inputs.
(math-vector-avg): New function.
calc.texi (Manipulating Vectors): Mention that vectors can be used to
determine bins for `calc-histogram'.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 15 May 2010 23:43:09 -0500 |
parents | 429144ae3b54 |
children | ae604e41c198 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 15 21:18:52 2010 -0500 +++ b/lisp/ChangeLog Sat May 15 23:43:09 2010 -0500 @@ -1,5 +1,9 @@ 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com> + * calc/calc-vec.el (calc-histogram): + (calcFunc-histogram): Allow vectors as inputs. + (math-vector-avg): New function. + * calc/calc-ext.el (math-group-float): Have the number of digits being grouped depend on the radix (Bug#6189).