FFT is one of the 20th Century's greatest inventions, running as $O(n \log(n))$ rather than as $O(n^2)$ as a simple implementation of a discrete Fourier transform would. But what about half-order Fourier transforms, or arbitrary real order iterated Fourier transforms?
Literature on this topic is quite sparse.