An RPN calculator written in Java. The text fields can be edited via the GUI buttons or the keyboard. It has exponential and trigonometric functions. You can choose angles to be represented as degrees (Fok) or radians (Radián). The stack has five slots (X, Y, A, B, C) and four memory slots. Operations are implemented with higher-order functions.
I'm Zoltán Nagy, student and developer. This blog is a collection of tips, ideas and thoughts on some tools used for building web applications. You can read more here. See Contact for how you can reach me.
Java RPN Calculator
GitHub repository
An RPN calculator written in Java. The text fields can be edited via the GUI buttons or the keyboard. It has exponential and trigonometric functions. You can choose angles to be represented as degrees (Fok) or radians (Radián). The stack has five slots (X, Y, A, B, C) and four memory slots. Operations are implemented with higher-order functions.