Skip to content

dsstainer/javascriptCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple javascript calculator

This is a calculator app which can deal with expressions using addition, subtraction, multiplication, division, and brackets It uses a variant of the shunting yard algorithm in order to achieve this.

How to use

Just clone the git repo and open the html file to run locally on your machine Type in an infix expression, and press the equals sign. Voila, the result appears in the display.

Note: the calculator has no memory so will not remember your previous result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published