GitHunt

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

Languages

C#100.0%

Contributors

Creative Commons Zero v1.0 Universal
Created October 10, 2020
Updated July 20, 2025