comparison 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
comparison
equal deleted inserted replaced
108617:429144ae3b54 108618:2f98c61bd2c1
1 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com> 1 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-vec.el (calc-histogram):
4 (calcFunc-histogram): Allow vectors as inputs.
5 (math-vector-avg): New function.
2 6
3 * calc/calc-ext.el (math-group-float): Have the number of digits 7 * calc/calc-ext.el (math-group-float): Have the number of digits
4 being grouped depend on the radix (Bug#6189). 8 being grouped depend on the radix (Bug#6189).
5 9
6 2010-05-15 Ken Raeburn <raeburn@raeburn.org> 10 2010-05-15 Ken Raeburn <raeburn@raeburn.org>