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
- Host: GitHub
- URL: https://github.com/exsandebest/polynomials
- Owner: exsandebest
- License: mit
- Created: 2019-12-05T18:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T21:20:13.000Z (about 6 years ago)
- Last Synced: 2026-02-17T18:36:34.539Z (4 months ago)
- Topics: monomials, polynomial-arithmetic, polynomial-calculator, polynomial-database, polynomial-multiplication, polynomials, qt
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
