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