Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 659 Bytes

File metadata and controls

36 lines (18 loc) · 659 Bytes

Math-Expression-Parser

A small console program to parse string math expressions

Download link

The nth-root formula is n%num

n is for the nth root

% is the substitude for the root symbol

num is the number to be rooted

Everything else:

Parenthesis - ()

Nth-Root - %

Exponentiation - ^

Multiplication - *

Division - /

Addition - +

Substraction - -

W visible calculation.exe prints the formula multiple times as it is being calculated and changed

WO visible calculation.exe just shows the answer

Digits are supported, use a full stop - .