[NumPy-Tickets] [NumPy] #1531: Documentation fix for routines.fft
NumPy Trac
numpy-tickets@scipy....
Mon Jul 26 08:30:18 CDT 2010
#1531: Documentation fix for routines.fft
-------------------------+--------------------------------------------------
Reporter: valhallasw | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: numpy.fft | Version:
Resolution: invalid | Keywords:
-------------------------+--------------------------------------------------
Changes (by rgommers):
* status: new => closed
* resolution: => invalid
Comment:
This is not actually incorrect, it is just not explained how normalization
is done. That's explained in
http://docs.scipy.org/doc/numpy/reference/routines.fft.html#module-
numpy.fft to avoid duplicating the same explanation in each fft docstring.
Note that it should soon be possible to specify the normalization with a
keyword (not at all, /n in ifft, 1/sqrt(n) in both fft and ifft).
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1531#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list