Science & Education › Expression Evaluator
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

Expression Evaluator

A simple math expression evaluator.
Version: 1.2
Added: 11-02-2015
Updated: 29-05-2025
The program takes in mathematical expressions and evaluates them. Its a little bit more useful then a common calculator in that it handles variables. The look and feel is more towards a programming language. Simplified version of MathCad or Linux octave.

Example input:

apple = 12, orange = 7 (apple/2 + orange)*10

Example output:

130.0

Screenshot of Expression Evaluator Screenshot of Expression Evaluator
code Source file_download Download