Lectisoft BreezyCalc - Algebraic, logaritmic, and trigonometric calculator.
<breezycalc.sourceforge.net>

Version : 1.3.1
Date    : Oct 11 2012
Author  : Michael Brandon Miller
Email   : lectisoft@gmail.com
License : GNU General Public License v3.0 (see 'License.txt')

[DESCRIPTION]
    BreezyCalc is an algebraic, logaritmic, trigonometric, and geometric calculator.
Its parser is based on the muParser engine <http://muparser.sourceforge.net/>.
It is a graphical implementation of LinCalc. It has tool-windows for
editing/creating variables, user functions, and displaying a list of all
calculated results in the given session. The interface is fast and
straightforward, and you can easily export the session log to a text file,
which shows all of defined variables, functions, and calculation output.

[FEATURES]
- (NEW) Unit Conversion
- Customize font's and color's of output display 
- Scientific Notation
- Up to 11 decimal digit precision
- User Variables
- User Linear Functions
- Can export session log to text file.
- Geometric Formulas (like distance and volume)
- Conditional Statements:
---- Ex. (condition) ? (true val) : (false val)
- Logic Operators:
---- && (and), || (or)
- Comparison Operators:
---- <= (less than or equal to)
---- >= (greater than or equal to)
---- < (less than), > (greater than)
---- != (not equal to), == (equal to)

Functions: abs, exp, sqrt, avg, sum, min, max,
sign, rint, ln, log10, log2, sin, sinh, asin, asinh,
cos, cosh, acos, acosh, tan, tanh, acos, acosh
