Returns the fast Fourier Transform of the argument array. The argument array can be real or complex.
X = fft(1:8); ifft(X)
ifft.