Skip to content

AWieclawski/BackEndCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

backEndCalculator

It supports addition, subtraction, multiplication, division and raise to power. It recognizes the priority of operations, multi level brackets and exponential form of numbers. Requires separator between elements of expression. Unnecessary separators can be identified and removed from operation. Handles the following errors:

  • neither numeric, nor operator element;
  • no operator between values;
  • no value between operators;
  • bracket not closed";
  • no numeric value in operation";
  • divide by zero;
  • unnecessary closing bracket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages