From 597517ef8dc589e3b920a0f5bcdf55f9f6cde644 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sat, 15 May 2010 23:43:09 -0500 Subject: 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'. --- lisp/calc/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/calc/README') diff --git a/lisp/calc/README b/lisp/calc/README index 3e3acaebb27..4b32ada63ad 100644 --- a/lisp/calc/README +++ b/lisp/calc/README @@ -74,6 +74,8 @@ Summary of changes to "Calc" 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. -- cgit v1.2.1