A completely unnecessary FFT-based arithmetic library built to have fun doing my homework
Project description
FFT Arithmetic
A Python library that performs basic arithmetic using the Fast Fourier Transform.
Features
- Addition via FFT
- Multiplication via logarithmic transforms
- Completely unnecessary complexity
Example
from fft_arithmetic import FFTNumber
a = FFTNumber(10)
b = FFTNumber(5)
print(a.add(b).unwrap())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fft_arithmetic-0.1.0.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fft_arithmetic-0.1.0.tar.gz.
File metadata
- Download URL: fft_arithmetic-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50777f8d1108344e3f40c95a7bbb8e316b0a422109690137c36d1761e37b94b6
|
|
| MD5 |
a9f9313a766a8cdcb9fe9f906ad42156
|
|
| BLAKE2b-256 |
2e9aff6c21c0cd5bc604494a650b533503492442bfcfe697b0c7a80b7ccd40c6
|
File details
Details for the file fft_arithmetic-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fft_arithmetic-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07630ad3a6042c8241a994c400b0ec26f26950f9eecb32a590b49fbddc240a94
|
|
| MD5 |
300f0230a43c7d53c8792acd2e8a5539
|
|
| BLAKE2b-256 |
eaa0fe37311e9d6d029b7ae7811653b8c97d9eefa28755228e5cd1c5bda4d670
|