summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libaudioop.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-28 18:37:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-28 18:37:12 (GMT)
commitb5aa3de1189bf156030cfd25a1d4bae82ddd5858 (patch)
treeb05b2ad4185f61cb42471c9c871776ba98692e2c /Doc/lib/libaudioop.tex
parent2a3ab4fac1961fbd84e7a3b2c0409c4a58d1e4b2 (diff)
downloadcpython-b5aa3de1189bf156030cfd25a1d4bae82ddd5858.zip
cpython-b5aa3de1189bf156030cfd25a1d4bae82ddd5858.tar.gz
cpython-b5aa3de1189bf156030cfd25a1d4bae82ddd5858.tar.bz2
Remove extra cruft for texi processing.
Diffstat (limited to 'Doc/lib/libaudioop.tex')
-rw-r--r--Doc/lib/libaudioop.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib/libaudioop.tex b/Doc/lib/libaudioop.tex
index 774a92e..ff76e72 100644
--- a/Doc/lib/libaudioop.tex
+++ b/Doc/lib/libaudioop.tex
@@ -173,19 +173,14 @@ Reverse the samples in a fragment and returns the modified fragment.
\begin{funcdesc}{rms}{fragment, width}
Return the root-mean-square of the fragment, i.e.
-%begin{latexonly}
-\iftexi
-%end{latexonly}
the square root of the quotient of the sum of all squared sample value,
divided by the sumber of samples.
%begin{latexonly}
-\else
% in eqn: sqrt { sum S sub i sup 2 over n }
\begin{displaymath}
\catcode`_=8
\sqrt{\frac{\sum{{S_{i}}^{2}}}{n}}
\end{displaymath}
-\fi
%end{latexonly}
This is a measure of the power in an audio signal.
\end{funcdesc}