/ScientificCalculator

A Scientific Calculator App that can perform various scientific operations. This is a project for the IT150 course in Object Oriented Programming.

Primary LanguageJava

ScientificCalculator

This is a Scientific Calculator App which along with the basic operations like Addition, Subtraction, Multiplication and Division, can also perform Trigonometric, Logarithmic, Inverse Trigonometric and many other scientific operations. It follows a simple user interface and focuses on making user experience better and easier. This Scientific Calculator is the perfect app for Engineering Students. This app was created using Java language on Android Studio and is supported for all Android versions 4.0 and above.

This app is unique, since it follows an argument-function-result workflow, unlike the regular function-argument-result process. This makes calculations easier and faster.

The project was built on Android Studio (version- 3.5.3) by


Project Setup

  1. Clone the repository using git
git clone https://github.com/gaurang2001/ScientificCalculator.git
  1. Open the cloned repository on Android Studio.
  2. Run the project on an Android Virtual Device (AVD) or an android phone

Screenshots

Implemented features

  • Regular aritmetic functions like + , - , * , / , % , +/-
  • Scientific functions like sin, cos, tan, xy, sin-1, cos-1, tan-1, log, ln, root, x!, ex
  • Exception Handling
  • User-friendly interface