Skip to content

Mclilzee/desktop-calculator

Repository files navigation

Desktop Calculator

A Calculator Desktop App using written in Java Using Swing library. The Calculator uses Postfix notation to calculate a complex equation, including presidency and brackets, more in the examples bellow.

This application is GUI based and requires a window manager to be able to display the proper calculator.

Requirement

Build - Run Project

  • Clone repository and navigate into repo's directory
  • Run project with $ ./gradlew run

After running the application, use the calculator as you would usually do with any other calculator! encapsulate calculations in brackets to be able to calculate complex numbers.

Examples

  • calculating 2*(5+5)-2
  • calculating -56 * 2
  • calculating 2^2+2

About

A Calculator Desktop App using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages