summaryrefslogtreecommitdiff
path: root/lisp/calc/README
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2010-05-15 23:43:09 -0500
committerJay Belanger <jay.p.belanger@gmail.com>2010-05-15 23:43:09 -0500
commit597517ef8dc589e3b920a0f5bcdf55f9f6cde644 (patch)
tree58bec545b37f91bef730a8e5f21130a5d74c64c1 /lisp/calc/README
parenteba62f7a5950e77d207ea233a10597f2c9639b0b (diff)
downloademacs-597517ef8dc589e3b920a0f5bcdf55f9f6cde644.tar.gz
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'.
Diffstat (limited to 'lisp/calc/README')
-rw-r--r--lisp/calc/README2
1 files changed, 2 insertions, 0 deletions
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.