Giter VIP home page Giter VIP logo

java-scientific-calculator's Introduction

Java-Scientific-Calculator999

Java-Scientific-Calculator is an implementation project on Java OOP concepts

A glance at “Calculator999”

Calculator999 is a project for a calculator application designed using OOP Java that allows the user to perform typical calculations by displaying its options on the main screen. The program runs continuously so the user can do as many operations as required. The modes Calculator612 offers are: ▪ Matrix calculator ▪ Basic operations calculator ▪ Trigonometric functions calculator ▪ Base converter ▪ Special calculator ▪ Function analysis mode ▪ Unit converter ▪ Shapes mode After finishing the desired operations, the user can pick the Quit option to close the program. Let's take a closer look at those modes, which represent the core classes of the project:

1st class “Matrix Calculator”

This class contains all operations that involve matrixes. It takes a matrix as an input and provides the function to add 2 matrices, subtract 2 matrices, multiply 2 matrices, get the inverse, get the transpose, and finally get the determinant.

2nd class “Basic Operations Calculator”

This class is responsible for common calculations like addition, subtraction, division, multiplication, and modulus.

3rd class “Trigonometric Function Calculator”

This class takes an angle as an input and calculates all its trigonometric functions, like sin(Ɵ), cos(Ɵ), and tan(Ɵ), and then convert the measure of the angle from degree to radian and vice versa.

4th class “Base Converter”

This class converts any number expressed in the base-n numerical system to any desired base from 2–26. It offers three options to convert from decimal to binary, binary to decimal, and base to base.

5th class “Special Calculator”

This class contains special operations as it takes a number input and calculates the factorial, the square root, the cubic root, the absolute value, the log, the modulus, and the power.

6th class “Function Analysis Mode”

This class analyzes linear and quadratic functions. It defines the domain and the range for linear functions and provides a simple graph. For quadratic functions, it finds the roots, domain, and range.

7th class “unit converter”

As the name says, this class plays with units. It has four sections: length, temperature, speed, and mass. For each section, it offers many options to convert units.

8th class “shapes mode”

This class calculates the area of different shapes, from triangles to circles to squares. Accordingly, it takes the parameters of its shape as input.

java-scientific-calculator's People

Contributors

kareemessam09 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.