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

https://github.com/exsandebest/polynomials

Polynomials database on lists with simple operations in Qt
https://github.com/exsandebest/polynomials

monomials polynomial-arithmetic polynomial-calculator polynomial-database polynomial-multiplication polynomials qt

Last synced: 2 months ago
JSON representation

Polynomials database on lists with simple operations in Qt

Awesome Lists containing this project

README

          

# Polynomials
Polynomials database with simple operations
## Features
* **8** operation types:
* \+
* \-
* \*
* /
* ==
* Find value (*f(x) = ...*)
* Take the n-th derivative
* Find integer roots
* **Deleting** polynomials by **double click**
* **Useful** placeholders
* "Clear" buttons
* **Saving result** to Database
## Interface - example
![Main](https://raw.githubusercontent.com/exsandebest/Polynomials/master/examples/screenshots/Main.png)