JavaScript math calculator

I did write a new JavaScript calculator program. Now it uses RPN math notation (reversed Polish notation) and normal infix expressions. The JavaScript program uses code from my Brackets compiler (written in C). In Brackets you can do more complex math expressions!

JavaScript calculator