Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirhaytham/advanced-scientific-calculator
An Advanced Scientific Calculator Desktop App
https://github.com/amirhaytham/advanced-scientific-calculator
advanced-scientific-calculator calculator calculator-application csharp desktop-app dotnet math multiplaction-table scientific temperature-conversion
Last synced: 2 days ago
JSON representation
An Advanced Scientific Calculator Desktop App
- Host: GitHub
- URL: https://github.com/amirhaytham/advanced-scientific-calculator
- Owner: AmirHaytham
- Created: 2020-04-04T20:18:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T11:14:33.000Z (over 4 years ago)
- Last Synced: 2023-12-16T15:15:08.416Z (about 1 year ago)
- Topics: advanced-scientific-calculator, calculator, calculator-application, csharp, desktop-app, dotnet, math, multiplaction-table, scientific, temperature-conversion
- Language: C#
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Advanced Scientific Calculator 😎
[![GitHub contributors](https://img.shields.io/github/contributors/AmirHaytham/Advanced-Scientific-Calculator)](https://github.com/AmirHaytham/Advanced-Scientific-Calculator/contributors)
[![GitHub issues](https://img.shields.io/github/issues/AmirHaytham/Advanced-Scientific-Calculator)](https://github.com/AmirHaytham/Advanced-Scientific-Calculator/issues)
[![GitHub forks](https://img.shields.io/github/forks/AmirHaytham/Advanced-Scientific-Calculator)](https://github.com/AmirHaytham/Advanced-Scientific-Calculator/network)
[![GitHub stars](https://img.shields.io/github/stars/AmirHaytham/Advanced-Scientific-Calculator)](https://github.com/AmirHaytham/Advanced-Scientific-Calculator/stargazers)# Advanced Scientific Calculator
> An Advanced Scientific Calculator Desktop App (a.k.a C# windows forms project) using C# lang.## Four Modes
### Basic | Standard
```
E.g. Addition, Subtraction, Division, …etc
```
### Scientific (Math mode)
```
E.g. X!, Trunc, Round, sin, e ^ x, cos, …etc
```
### Multiplication Table
```
E.g. Show in a list box Multiplication table.
```
### Temperature Conversion
```
E.g. Covert celsius to fahrenheit, vice versa and kevin.
```