Skip to content

natcobbinah/Java-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Java-Quadratic-Calculator

Generates the Reverse Polish Notation (Postfix) expression form of an arithmetic expression in (Infix) form.

Performs the computation of the arithmetic expression if Integers or Floating point numbers are used in the expression.

Inspired by reading two major books:

Hands-On Data Structures and Algorithms With Python By Dr. Basant Agarwal and Benjamin Baka

A Concise Introduction to Data Structures Using Java by Mark. J Johnson

Operators Supported

Supports PEDMAS order of computation, thus, all the operators of Exponentiation, Division, Multiplication, Addition and Subtraction, as well as using Parentheses for grouping and prioritization is all handled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages