Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresilmor/polynomial-calculator-with-windows-forms
Use of Windows Form to create a Polynomial Calculator with features from addition of two polynomials till the calculation of the polynomial itself.
https://github.com/andresilmor/polynomial-calculator-with-windows-forms
calculator-application csharp mathematics polynomial university university-project windows-forms
Last synced: about 1 month ago
JSON representation
Use of Windows Form to create a Polynomial Calculator with features from addition of two polynomials till the calculation of the polynomial itself.
- Host: GitHub
- URL: https://github.com/andresilmor/polynomial-calculator-with-windows-forms
- Owner: andresilmor
- License: mit
- Created: 2021-04-28T04:49:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T21:28:23.000Z (over 2 years ago)
- Last Synced: 2023-11-17T00:07:20.320Z (about 1 year ago)
- Topics: calculator-application, csharp, mathematics, polynomial, university, university-project, windows-forms
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Polynomial Calculator with Windows Forms
A "Polynomial Calculator" that uses Window Forms, while the basic works well, some of the more advanced features do not work that well duo to my math skills.