Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Math Calculator class made in C#

  • follows the order of operations
  • can calculate long mathematical expressions
  • limited only to the following operations: addition, subtraction, multiplication, division, remainder, and exponentiation
  • cannot process big number computations (maximum of Double.MaxValue only)
  • rejects math expressions with brackets and parentheses

Releases

Packages

Contributors

Languages