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.

48 lines
1.1 KiB

11 months ago
  1. # Calculator
  2. ## Description
  3. 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.
  4. ## Features
  5. ### Basic Calculator
  6. - User-friendly interface
  7. - Support for integer arithmetic
  8. - Error handling for division by zero
  9. - Programming mode for interactive calculations
  10. ### Scientific Calculator
  11. - Advanced scientific functions
  12. - Trigonometric and logarithmic operations
  13. - Mathematical constants support
  14. ### Unit Converter
  15. - Conversion between different units
  16. - Length, weight, volume, and more
  17. ### Function Calculator
  18. - Evaluate mathematical functions
  19. - Input and output functions as variables
  20. ### Geometric Calculator
  21. - Solve geometric problems
  22. - Area, perimeter, and other geometric calculations
  23. ### Binary Calculator
  24. - Perform binary arithmetic
  25. - Convert between binary and decimal
  26. ## Getting Started
  27. ### Prerequisites
  28. - C compiler (e.g., GCC)
  29. ### Installation
  30. 1. Clone the repository:
  31. ```bash
  32. git clone https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner.git