Return

Simple Expression Calculator

SEC is a calculator that solves simple math expressions with limitless precision. You can edit the precision value to get your desired number of decimal digits.

The following operators are supported:

NOTE 1: The decimal digits are just clipped out at the desired amount without rounding. For example 1/6 results in 0.166666 instead of 0.166667.

NOTE 2: the calculation isn't infinitely precise. For example 1/3*3 will result in 0.999999 because the result of the first division is 0.333333 and any extra decimal digits from it are just clipped out. Depending on how many operators your expression has, you may want to increase the precision a bit more than you need in order to improve the accuracy of the last digit(s).


Current status

SEC is almost complete for what I need it for, except for:

The problem with the first 3 is that I don't know how to do infinite precision calculations, SEC does them using code that someone else wrote. So I can't really add or modify them.

Linux version is not planned, but I may make it some day.

Mac version not planned.


Download

Simple Expression Calculator 0.9.2

Windows   Download   Simple_Expression_Calculator_0-9-2.zip - 129 KB


Report bugs/problems or request features: find my contact here.