
Expression Evaluator
A programmable calculator with variables.
Description
This app calculates math expressions and supports variables, working like a simple programming tool. It's similar to MathCad or Octave but easier. For example, enter 'apple = 12, orange = 7, (apple/2 + orange)*10' to get 130.0.