incorrect keybinding.
doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.
+2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc.texi (Single-Variable Statistics): Remove mention of
+ incorrect keybinding.
+
2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
* texinfo.tex: Update from gnulib.
$$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
@end tex
-@cindex Root-mean-square
-Another commonly used mean, the RMS (root-mean-square), can be computed
-for a vector of numbers simply by using the @kbd{A} command.
+@c @cindex Root-mean-square
+@c Another commonly used mean, the RMS (root-mean-square), can be computed
+@c for a vector of numbers simply by using the @kbd{A} command.
@kindex u S
@pindex calc-vector-sdev
+2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
+ incorrect keybinding.
+
2014-02-13 Daniel Colascione <dancol@dancol.org>
* progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
(call-interactively 'calc-vector-geometric-mean)))
:keys "H u G"
:active (>= (calc-stack-size) 1)]
- ["RMS(1:)"
- (progn (require 'calc-arith)
- (call-interactively 'calc-abs))
- :keys "A"
- :active (>= (calc-stack-size) 1)
- :help "The root-mean-square, or quadratic mean"])
+ ;; ["RMS(1:)"
+ ;; (progn (require 'calc-arith)
+ ;; (call-interactively 'calc-abs))
+ ;; :keys "A"
+ ;; :active (>= (calc-stack-size) 1)
+ ;; :help "The root-mean-square, or quadratic mean"]
+ )
["Abbreviate long vectors"
(progn
(require 'calc-mode)