Lincalc
A powerful console calculator with a fast and simple interface.
... evaluation of multiple equations each separated by a ','.
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