Skip to content

SkyeStarfall/Math-Expression-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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 - .

About

A small console program to parse string math expressions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages