Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Performs all basic scientific calculations with some advanced features

Notifications You must be signed in to change notification settings

soumiknafiulferdous/Advanced-Scientific-Calculator-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Advanced Scientific Calculator (Android App)

Overview

The scientific calculator is a type of an electronic calculator in which different complex calculating methods are involved. These methods contain mathematical, scientific and some methods related to engineering. Other than that, the scientific calculators have some features similiar to ordinary calculator in which many kinds of basic calculations can be performed like addition, subtraction, multiplication, division etc. The functions which are involved in scientific calculator are scientific notations, floating point values, trigonometric functions, logarithmic function, fraction, factorial etc. The scientific calculator is used in various fields for example in astronomy, geology, physics, chemistry, somehow in biology as well. This calculator is mostly used by the students studying in school, college and university and also engineers of different sectors.

Requirements

  1. IDE: Android Studio
  2. Language: Java
  3. Database: SQLite

Features

  1. It has a simple responsive UI design that can be understood easily by all users and fits with all sizes of screens.
  2. The calculator has a standard display and it shows complicated expressions on it's display.
  3. This application has specific button for each operation.
  4. It can perform all the basic arithmetic operations (+, -, *, /).
  5. It can calculate decimal value including floating point number.
  6. Trigonometric functions (sin, cos, tan) and logarithmic function can be performed with it.
  7. Some super functions (!, ^, 1/x) and advanced operations like modulus (%) can be handled easily.
  8. pi (3.1416…) can be accessed directly from it.
  9. Expressions involving any combination of the above can be solved by this application.
  10. Any calculation from start to end will be found in the ‘History’ section.

Screenshots

Thumbnail:

1

User Interface (UI):

2

Sidebar:

3

Calculation History:

4

About

Performs all basic scientific calculations with some advanced features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages