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: over 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:07:38.000Z (about 2 years ago)
- Last Synced: 2025-02-11T12:54:55.387Z (over 1 year ago)
- Topics: calculator, csharp, mathematics, roots
- Language: C#
- Homepage:
- Size: 76.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.

## 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ý