Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

python

Calculator

This application implements the Shunting-yard algorithm and then a reverse polish notation (rpn) is calculated using a stack.

What supports the app:
  • infinite nesting of functions (ex: function(function(1,2),function(3,4)))
  • priority of operations
  • brackets
  • all math functions and constants
  • custom functions
  • add new custom functions

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages