Releases: msbundles/UltraCalc
UltraCalc v2.4.0
UltraCalc v2.3.0
This release comes a long time after the last release. This release adds a few things. The largest change is an across the board of using stod() instead of stof() when converting strings to doubles, this has increased the precision of all outputs. Two new functions were also added. The first is a function that gives you a range of lengths for the side of a triangle when given the two other sides. The second is a function that gives you the third interior angle of a triangle when given the other two angles. I also moved the Python version of UltraCalc to another repo, I have yet to release it. Finally, I added some comments.
UltraCalc v2.2.0
This release shifts from a purely interactive interface, to a more traditional command line options based interface. The source code now includes a version of GNU's getopt to be used in the windows release. The build instructions did not change.
UltraCalc v1.2.0
Quite a lot was done in this release. All of the functions where moved to a seprate file, floating point numbers are now accepted as input across the board, there is now a quadratic formula solver, and last but not least I added a config file for CMake. This means that if you are on a GNU/Linux or other *nix platform then you can generate a makefile for your system with the instructions in BUILD.md. I have decided to compile Windows binaries. The one attached below seems to work, but no guarantees.
UltraCalc v1.1.0
This is 1.0 because there is full error handling and the only changes that will be made will be feature additions. The attached executable is complied for GNU/Linux and has only been tested on GNU/Linux.
UltraCalc v0.1.0
I am redoing the release structure, this is v0.1.0. I made this change because I realized that I have not gotten to a point where a major version would be appropriate.