Skip to content

Polynomials database on lists with simple operations in Qt

License

Notifications You must be signed in to change notification settings

exsandebest/Polynomials

Repository files navigation

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