BreezyCalc
An algebraic, logarithmic, and trigonometric calculator for Windows.
...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.
- Scientific Notation
- Up to 11 decimal digit precision
- Wide range of mathematical functions
- (NEW) Geometric Formulas (like distance and volume)
- User Variables
- User Linear Functions
- Can export session log to text file.
- 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)
---- !...