Skip to content

Simple algorithm for interpretation of calculations. create an application that performs aritmetic operations at run time. Pass a STRING parameter and get the result of its operation.

Notifications You must be signed in to change notification settings

Xuxunguinho/Calcx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calcx - .Net Standard

Simple algorithm for interpretation of calculations. create an application that performs aritmetic operations at run time. Pass a STRING parameter and get the result of its operation.

This algorithm supports:

• Order of Precedence of the aritmetic operators

• Following Operaors : / , x , % , \ , ^ , - , +

This algorithm still does not support:

• Result of operations exceeding 999 ^ 5
• scientific notation

About

Simple algorithm for interpretation of calculations. create an application that performs aritmetic operations at run time. Pass a STRING parameter and get the result of its operation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages