Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 324 Bytes

math-expression-evaluator

A CLI that evaluates simple mathematical expressions

A simple command line program that handles string-based math tasks.

Supported: addition (+), subtraction (-), division (/), multiplication (*), parentheses (()) and square root (sqrt).

The input is currently limited to positive integers.