diff options
| -rw-r--r-- | doc/misc/calc.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 06e476d9313..ecf2ef9e5c2 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -20741,9 +20741,10 @@ $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$ | |||
| 20741 | @kindex u R | 20741 | @kindex u R |
| 20742 | @cindex Root-mean-square | 20742 | @cindex Root-mean-square |
| 20743 | @tindex rms | 20743 | @tindex rms |
| 20744 | Another commonly used mean, the RMS (root-mean-square), can be computed | 20744 | The @kbd{u R} (@code{calc-vector-rms}) [@code{rms}] |
| 20745 | for a vector of numbers by using the @kbd{u R} | 20745 | command computes the RMS (root-mean-square) of the data values. |
| 20746 | (@code{calc-vector-rms}) [@code{rms}]command. | 20746 | As its name suggests, this is the square root of the mean of the |
| 20747 | squares of the data values. | ||
| 20747 | 20748 | ||
| 20748 | @kindex u S | 20749 | @kindex u S |
| 20749 | @pindex calc-vector-sdev | 20750 | @pindex calc-vector-sdev |