Skip to content

A small C# project that processes mathematical expressions in string format. Operations that may be performed include basic math, trigonometric functions, as well as boolean operations, external function calls with an arbitrary number of parameters.

Notifications You must be signed in to change notification settings

Barliesque/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A small C# project that processes mathematical expressions in string format. Operations that may be performed:

  • Addition, Subtraction, Multiplication, Division
  • Modulus
  • Numeric comparisons resulting in a boolean value
  • Ternary operators... bool ? trueResult : falseResult
  • Boolean comparisons: &&, ||, ==, !=
  • Ceil(), Floor(), Round()
  • Abs(), Pow(), Sqrt()
  • Sin(), Cos(), Tan(), Asin(), Acos(), Atan(), Atan2()
  • Constant values: Pi, Rad2Deg, Deg2Rad

...as well as external function calls with an arbitrary number of parameters.

About

A small C# project that processes mathematical expressions in string format. Operations that may be performed include basic math, trigonometric functions, as well as boolean operations, external function calls with an arbitrary number of parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages