Skip to content

Commit

Permalink
fix typo in fft docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 6, 2024
1 parent 26ca077 commit 0edd654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3177,7 +3177,7 @@ primitive!(
(0(0)[1], Struct, Misc, "struct"),
/// Run the Fast Fourier Transform on an array
///
/// The Fast Fourier Transform (FFT) is an optmized algorithm for computing the Discrete Fourier Transform (DFT). The DFT is a transformation that converts a signal from the time domain to the frequency domain.
/// The Fast Fourier Transform (FFT) is an optimized algorithm for computing the Discrete Fourier Transform (DFT). The DFT is a transformation that converts a signal from the time domain to the frequency domain.
///
/// The input array must be either real or complex.
/// The result will always be complex.
Expand Down

0 comments on commit 0edd654

Please sign in to comment.