Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsdaiton/roots-calculator
A simple C# Windows Forms Application for calculating roots.
https://github.com/itsdaiton/roots-calculator
calculator csharp mathematics roots
Last synced: 3 days ago
JSON representation
A simple C# Windows Forms Application for calculating roots.
- Host: GitHub
- URL: https://github.com/itsdaiton/roots-calculator
- Owner: itsDaiton
- License: gpl-2.0
- Created: 2022-06-28T12:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T00:27:03.000Z (almost 2 years ago)
- Last Synced: 2023-07-10T12:37:34.342Z (over 1 year ago)
- Topics: calculator, csharp, mathematics, roots
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roots Calculator
A simple C# Windows Forms Application for calculating roots.
![image](https://user-images.githubusercontent.com/72783924/222013881-96d5f345-8197-44c0-9eac-ba79dcae55be.png)
## Description
A very old high school project that consists of a simple C# application that lets you calculate square, cube and any other root of a a specfic decimal number.
## Functionality
* Calculate square root
* Calculate cube root
* Calculate any root
* Get info about operation
* Get results## Built With
* C### Authors
* David Poslušný