Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabdhal/scientificcalculatorapp
A calculator application created using Winforms and C#.
https://github.com/prabdhal/scientificcalculatorapp
algorithms calculator csharp datastructures recursion scientific-calculator winforms
Last synced: about 1 month ago
JSON representation
A calculator application created using Winforms and C#.
- Host: GitHub
- URL: https://github.com/prabdhal/scientificcalculatorapp
- Owner: prabdhal
- Created: 2022-01-17T04:52:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T22:38:08.000Z (over 2 years ago)
- Last Synced: 2024-11-06T02:33:01.347Z (3 months ago)
- Topics: algorithms, calculator, csharp, datastructures, recursion, scientific-calculator, winforms
- Language: C#
- Homepage: https://drive.google.com/file/d/1VeWZSJpQppbpMshbPVv2YP39tw3rT8Mp/view?usp=sharing
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific Calculator
A scientific calculator application developed using WinForms, with efficient C# code using Lists, Stacks, While loops and recursive function. This app can be downloaded from my google drive found on my GitHub.Work Process:
A scientific calculator application that the user can download and use immediately. This application stores the last five calculations done by the user and instantly provides the calculated value. This application was developed using WinForms along with C# and some data structures and algorithms: lists, stacks, while loops and a recursive function for factorial calculation.Technologies:
WinForms, C#, Lists, Stacks, While loops, Recursive function, GitHubDownload App at: https://drive.google.com/file/d/1VeWZSJpQppbpMshbPVv2YP39tw3rT8Mp/view?usp=sharing