An open API service indexing awesome lists of open source software.

https://github.com/basemax/polynomialdividecpp

Implement algorithm of divide operator of polynomial in C++.
https://github.com/basemax/polynomialdividecpp

algebra cpp divide division math polynomial polynomial-calculator polynomial-division polynomial-equations polynomials

Last synced: 6 months ago
JSON representation

Implement algorithm of divide operator of polynomial in C++.

Awesome Lists containing this project

README

          

# Polynomial Divide Algorithm CPP

Implement algorithm of **divide** operator of **polynomial** in **C++**.

## Using

```bash
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./Polynomial
```

## Authors

- Maximilian Edison (@MaxianEdison)
- Max Base (@BaseMax)
- Ghasem Ramezani (@another_ghasem)