Skip to content

This is a GUI app that computes the result of polynomial long division up to a limit specified by the user. Most online long division calculators are unable to provide this functionality.

Notifications You must be signed in to change notification settings

ASherjil/Polynomial_Long_Division_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Polynomial_Long_Division_GUI

This is a GUI app that computes the result of polynomial long division up to a limit specified by the user. Most online long division calculators are unable to provide this functionality.

The user has to enter the numerator, denominator and the required number of quotients.

Calculator_usage

This calculator can provide an arbitrary number of quotients. Moreover, decimal input for the polynomials is also accepted. This GUI app is written mostly in C++17 with the use of Qt framework. A backend algorithm was written in C++ to compute polynomial long division which took user input from the command line, that algorithm was refiened and turned into a GUI.

Installation and usage(Windows only)

1- Please navigate towards the "Releases" section of the repository. Which is found here: https://github.com/ASherjil/Polynomial_Long_Division_GUI/releases/tag/v0.0

2- Download and extract the file "Division_GUI.zip".

3- Once extracted run the executable file "Division_GUI.exe".

About

This is a GUI app that computes the result of polynomial long division up to a limit specified by the user. Most online long division calculators are unable to provide this functionality.

Resources

Stars

Watchers

Forks

Packages

No packages published