FFT Large Numbers
This repository contains a Python script that utilizes the Fast Fourier Transform (FFT) to multiply two large numbers.
- Ensure you have
numpy
installed. - Run the script using
python3 schon-strass-algo.py
. - Input two large numbers when prompted.
- The multiplied result will be saved in a timestamped output file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.