Skip to content

Releases: msbundles/UltraCalc

UltraCalc v2.4.0

12 Dec 21:43

Choose a tag to compare

This release adds a full set of functions for working with waves. It also includes a bug fix for the triangle functions were the output would sometimes be negative.

UltraCalc v2.3.0

08 Dec 05:13

Choose a tag to compare

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

21 Jul 04:44

Choose a tag to compare

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

20 Jun 02:54

Choose a tag to compare

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

28 May 05:48

Choose a tag to compare

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

20 May 03:53

Choose a tag to compare

UltraCalc v0.1.0 Pre-release
Pre-release

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.