Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 049a2d7

Browse files
committed
missing normalisation term in ifft doc
1 parent b52f175 commit 049a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/stdlib/base.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4095,7 +4095,7 @@ FFT functions in Julia are largely implemented by calling functions from `FFTW <
40954095
Multidimensional inverse FFT.
40964096

40974097
A one-dimensional backward FFT computes
4098-
:math:`\operatorname{BDFT}[k] =
4098+
:math:`\operatorname{BDFT}[k] = \frac{1}{\operatorname{length}(A)}}
40994099
\sum_{n=1}^{\operatorname{length}(A)} \exp\left(+i\frac{2\pi
41004100
(n-1)(k-1)}{\operatorname{length}(A)} \right) A[n]`. A
41014101
multidimensional backward FFT simply performs this operation along

0 commit comments

Comments
 (0)