Skip to content

Commit cc1c131

Browse files
committed
paper: Reword introductory paragraph
1 parent ff1b5ed commit cc1c131

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/paper/paper.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ bibliography: paper.bib
2323

2424
# Summary
2525

26-
The fast Fourier transform (FFT) is an algorithm that efficiently computes the
27-
discrete Fourier transform. The FFT is one of the most important algorithms
28-
utilized throughout science and society and it has been named *the most
29-
important numerical algorith of our time* by Prof Gilbert Strang [@strang94].
26+
The fast Fourier transform (FFT) is an algorithm that efficiently
27+
computes the discrete Fourier transform. The FFT is an ubiquitous
28+
algorithm utilized throughout science and engineering. Since the dawn
29+
of our digital society, the FFT permeated to the heart of everyday
30+
life applications involving audio, image, and video processing. The
31+
FFT has been named *the most important numerical algorithm of our
32+
time* by Prof Gilbert Strang [@strang94].
3033

3134
``mpi4py-fft`` (https://bitbucket.org/mpi4py/mpi4py-fft) is an open-source
3235
Python package for computing (in parallel) FFTs of possibly very large and

0 commit comments

Comments
 (0)