Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```