The Scientific Calculator is a versatile and powerful tool designed for various mathematical operations. It supports multiple number systems, advanced trigonometric and inverse trigonometric functions, and complex arithmetic operations. This calculator is ideal for users who need comprehensive computational capabilities in one place.
For a detailed overview and demonstration of the calculator's features, you can watch the video uploaded at the this link:
- Decimal: Standard base-10 number system.
- Hexadecimal: Base-16 number system for operations involving hexadecimal values.
- Binary: Base-2 number system for binary calculations.
- Octal: Base-8 number system for octal calculations.
- Perform operations with complex numbers, including addition, subtraction, multiplication, and division.
- Trigonometric Functions: Calculate sine, cosine, tangent, and their hyperbolic counterparts.
- Inverse Trigonometric Functions: Compute arcsine, arccosine, arctangent, and their hyperbolic inverses.
- Microcontroller: Developed with the ATmega32 microcontroller.
- Programming Language: Written in C.
- Development Environment: Eclipse IDE.
- Simulation: Tested using Proteus simulator.
- Drivers: Includes my custom drivers for the microcontroller and hardware.
To set up the Scientific Calculator locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/om4rrr/Scientific-Calculator.git
