Skip to content

Commit 1a3cc5a

Browse files
vpuri3sethaxen
andauthoredJul 4, 2023
Update docs/src/implementations.md
Co-authored-by: Seth Axen <seth@sethaxen.com>
1 parent c9da28e commit 1a3cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/src/implementations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ To define a new FFT implementation in your own module, you should
3838
* `AbstractFFTs.RealInverseProjectionStyle(d::Int)`, for plans which expect an input with a halved dimension analogously to [`irfft`](@ref), where `d` is the original length of the dimension.
3939

4040
The normalization convention for your FFT should be that it computes yₖ = ∑ⱼ xⱼ exp(-2πi jk/n) for a transform of
41-
length n, and the "backwards" (unnormalized inverse) transform computes the same thing but with exp(+2πi jk/n).
41+
length ``n``, and the "backwards" (unnormalized inverse) transform computes the same thing but with ``\exp(+2\pi i jk/n)``.

0 commit comments

Comments
 (0)