Skip to content

A javascript calculator implementing the Shunting Yard algorithm

License

Notifications You must be signed in to change notification settings

victorqribeiro/shuntingYard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shunting Yard Algorithm

A JavaScript calculator using the Shunting Yard Algorithm

Live version

How to use it

Enter a valid mathematical expression and click eval.

Use + - for addition and subtraction.
* / for multiplication and division.
( ) for prioritize operations.
^ for power and roots.
Use one over value for root. I.e.: Square root of 2 2 ^ (1/2)

About

A javascript calculator implementing the Shunting Yard algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published