You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
fdai7782 2291986b32 Update README.md 11 months ago
src Updated the file name from main_taschenrechner.c to main_calculator.c and aslo the header file 11 months ago
README.md Update README.md 11 months ago
build-project.sh Renamed the sh file to build-project 11 months ago
project.yml Updated build script and Ceedling configuration in main branch 11 months ago

README.md

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:

    git clone https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner.git