Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 7a321d3cf73af6d47c00992a43e11fdb7ec44ca8 Size: 60.61 KB File Format: jar
Rating: 2.217391304
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 1222 License: Free
PLCalc is a free software by Paul Lutus and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download PLCalc which is 60.61 KB in size and belongs to the software category Science CAD. PLCalc was released on 2010-02-03 and last updated on our database on 2017-02-26 and is currently at version 2.3.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
PLCalc Description
The PLCalc application was designed to be a powerful scientific / financial calculator.
The PLCalc calculator uses RPN (Reverse Polish Notation), an architecture made famous by Hewlett-Packard (there is no connection between PLCalc and HP). RPN has many advantages over algebraic calculators, but there is a learning curve for the uninitiated.
To multiply 7 by 9 in an algebraic calculator, one might proceed thus:
Press 7
Press *
Press 9
Press =
In RPN, the same operation looks like this:
Press 7
Press Enter
Press 9
Press *
The above example is meant only to show the procedure, not the advantage RPN has over algebraic calculators. For that, we turn to a more complex problem. In this example, we need to divide the result of two additions:
y = (a + b) / (c + d)
In this example, the operations are performed in a counterintuitive order, which would require quite a lot of manipulation in an algebraic calculator. But using RPN, its easy:
Enter a
Enter b
Enter +
Enter c
Enter d
Enter +
Enter /
You may have noticed that in RPN, mathematical operators always follow the numbers. Another name for RPN is "postfix," meaning the operators always follow the values to be operated on.System requirementsJava runtime engine