]> granicus.if.org Git - python/commitdiff
Reverted the last change; the extra cruft is harmless for formatted versions,
authorFred Drake <fdrake@acm.org>
Mon, 11 May 1998 19:51:11 +0000 (19:51 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 May 1998 19:51:11 +0000 (19:51 +0000)
and allows the info to work through this section.

Doc/lib/libaudioop.tex

index ff76e72ee2b05c1e51a0b85111e5c863bb16404a..774a92e1d22e84251b0f1be9c2b4c955b61ce191 100644 (file)
@@ -173,14 +173,19 @@ 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}