aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/calc.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a8eaa25a5e5..50c6f26ac16 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (Single-Variable Statistics): Remove mention of
4 incorrect keybinding.
5
12014-02-12 Paul Eggert <eggert@cs.ucla.edu> 62014-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * texinfo.tex: Update from gnulib. 8 * texinfo.tex: Update from gnulib.
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 1700aee9dc1..4010d6c8c19 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -20756,9 +20756,9 @@ mean, then repeating until the two values converge.
20756$$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$ 20756$$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
20757@end tex 20757@end tex
20758 20758
20759@cindex Root-mean-square 20759@c @cindex Root-mean-square
20760Another commonly used mean, the RMS (root-mean-square), can be computed 20760@c Another commonly used mean, the RMS (root-mean-square), can be computed
20761for a vector of numbers simply by using the @kbd{A} command. 20761@c for a vector of numbers simply by using the @kbd{A} command.
20762 20762
20763@kindex u S 20763@kindex u S
20764@pindex calc-vector-sdev 20764@pindex calc-vector-sdev