Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 341 Bytes

multiply-polynomials

Description

Web application for multiplying polynomials and big numbers. It uses Discrete Fourier Transform.

Requirements

  • go 1.13+

How to install and run

Simply go to project folder and run command:

go run .

How to use

TODO