Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 688 Bytes

frpoly

Fourier transform algorithms collection to multiply two polynomials in O(n*logn) time. Written in C++20.

Currently implemented:

  • FFT in complex numbers.

Note: pch.hpp defines _USE_MATH_DEFINES macro.

Note: a bit wacky makefile (been doing it in Windows).

Credits: