BreezyCalc
An algebraic, logarithmic, and trigonometric calculator for Windows.
... 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)
---- != (not equal to), == (equal to)