Allows users to perform calculations and see the new uncertainties.
- Download or update java runtime to the latest version (https://www.java.com/en/).
- Download the latest released version of the calculator from the releases page.
- Once downloaded, extract the zip file to your path choice.
- To run, open cmd or powershell in the folder and run "java -jar uncercal.jar".
am - Adds variables to the program along with their associated uncertainty.
em - Edit variables.
dm - delete variables.
pc - Enters calculation mode. The expression is expected to be in reverse polish notation for ease of reading
The other arguments are denoted to start with a tick mark (`).
pt - Prints the entire table of variables.
sf - Sets the file to print to when opting to write a calculation out.
c - Clears the screen.
r - Resets the internal table.
e - Exits the program.
To go back to a parent menu, you enter an empty line as an input.