Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4c640e

Browse files
committed
Reverted the last change; the extra cruft is harmless for formatted versions,
and allows the info to work through this section.
1 parent 58ff112 commit a4c640e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libaudioop.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,19 @@ \section{Built-in Module \module{audioop}}
173173

174174
\begin{funcdesc}{rms}{fragment, width}
175175
Return the root-mean-square of the fragment, i.e.
176+
%begin{latexonly}
177+
\iftexi
178+
%end{latexonly}
176179
the square root of the quotient of the sum of all squared sample value,
177180
divided by the sumber of samples.
178181
%begin{latexonly}
182+
\else
179183
% in eqn: sqrt { sum S sub i sup 2 over n }
180184
\begin{displaymath}
181185
\catcode`_=8
182186
\sqrt{\frac{\sum{{S_{i}}^{2}}}{n}}
183187
\end{displaymath}
188+
\fi
184189
%end{latexonly}
185190
This is a measure of the power in an audio signal.
186191
\end{funcdesc}

0 commit comments

Comments
 (0)