diff lisp/calc/README @ 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 b2e098d47dff
children 3783b558402b
line wrap: on
line diff
--- a/lisp/calc/README	Sat May 15 21:18:52 2010 -0500
+++ b/lisp/calc/README	Sat May 15 23:43:09 2010 -0500
@@ -74,6 +74,8 @@
 
 Emacs 24.1
 
+* Gave `calc-histogram' the option of using a vector to determine the bins.
+
 * Added "O" option prefix.
 
 * Used "O" prefix to "d r" (`calc-radix') to turn on twos-complement mode.