]> code.delx.au - gnu-emacs/commit
Add new functions for the root mean square of a (Calc) vector
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 16 Sep 2015 00:53:06 +0000 (19:53 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 16 Sep 2015 00:53:06 +0000 (19:53 -0500)
commit2667d5c7fbaa3de8103488c7e3779eb768f9d15c
tree664c1b4571ea9cd67cb7b5ab50d7f73fadc82746
parentfa856144b7b6b4d90f48f862f88ed7cc8b40ca6f
Add new functions for the root mean square of a (Calc) vector

* lisp/calc/calc-stats.el (calcFunc-rms, calc-vector-rms):
New functions.
* lisp/calc/calc-ext.el (calc-init-extensions): Add keybinding for
`calc-vector-rms', add autoloads for `calc-vector-rms' and
`calcFunc-rms'.
* lisp/calc/calc-map.el (calc-u-oper-keys):  Add entry for
`calcFunc-rms'.
* lisp/calc/calc-menu.el (calc-vectors-menu): Add entry for
`calc-vector-rms'.
* doc/misc/calc.texi (Single-Variable Statistics): Document the rms
command.
doc/misc/calc.texi
lisp/calc/calc-ext.el
lisp/calc/calc-map.el
lisp/calc/calc-menu.el
lisp/calc/calc-stat.el