Skip to content

Commit

Permalink
DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalbert authored and charris committed Mar 9, 2013
1 parent 86a0102 commit 07377a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/fft/info.py
Expand Up @@ -112,7 +112,7 @@
.. math::
a_m = \\frac{1}{n}\\sum_{k=0}^{n-1}A_k\\exp\\left\\{2\\pi i{mk\\over n}\\right\\}
\\qquad n = 0,\\ldots,n-1.
\\qquad m = 0,\\ldots,n-1.
It differs from the forward transform by the sign of the exponential
argument and the normalization by :math:`1/n`.
Expand Down

0 comments on commit 07377a6

Please sign in to comment.