From d72de5a282b506549c3751bcf00dc4e650f6a50a Mon Sep 17 00:00:00 2001 From: fdai7782 Date: Wed, 7 Feb 2024 18:04:50 +0000 Subject: [PATCH] Update README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c893835..7c9daf0 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -# Projekt Taschenrechner +# Calculator + +## Description + +This versatile calculator program, written in C, offers various modes catering to different mathematical needs, including basic arithmetic, scientific calculations, unit conversions, functions, geometric calculations, and binary operations. + +## Features + +### Basic Calculator +- User-friendly interface +- Support for integer arithmetic +- Error handling for division by zero +- Programming mode for interactive calculations + +### Scientific Calculator +- Advanced scientific functions +- Trigonometric and logarithmic operations +- Mathematical constants support + +### Unit Converter +- Conversion between different units +- Length, weight, volume, and more + +### Function Calculator +- Evaluate mathematical functions +- Input and output functions as variables + +### Geometric Calculator +- Solve geometric problems +- Area, perimeter, and other geometric calculations + +### Binary Calculator +- Perform binary arithmetic +- Convert between binary and decimal + +## Getting Started + +### Prerequisites + +- C compiler (e.g., GCC) + +### Installation + +1. Clone the repository: + + ```bash + git clone https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner.git +