craigstroman / calculator

A JavaScript calculator written using the shunting-yard algorithm.

Home Page:https://calculator.craigstroman.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

  • A JavaScript calculator written using the shunting-yard algorithm to solve expressions.
    Also not using any JavaScript libraries such as jQuery. Example located at https://calculator.craigstroman.com/.

Running locally

Version History

Version 2.0.0
  • Switched to Webpack
  • Switched to using ES6 classes
  • Added log function and removed lnv function
  • Added square function
  • Added tanh function
  • Fixed percent function
Version 1.2.1
  • Switched to Gulp for task automation.
  • Automated the startup process.
Version 1.0.1
  • Fixed an issue with parentheses.
  • Fixed an issue with decimals when no number is pressed before the decimal.

About

A JavaScript calculator written using the shunting-yard algorithm.

https://calculator.craigstroman.com/


Languages

Language:JavaScript 62.8%Language:SCSS 18.7%Language:HTML 18.5%