A machine project for CoE 164. A small Python library without any non-standard library dependencies that provides split-radix implementations of the fast fourier transform (FFT) and inverse fast fourier transform (IFFT).
Can offer high precision (max. 28 decimal places) of results by providing string inputs instead of number objects.