Skip to content

QualiApps/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages