Skip to content

Ben-Scr/SmartCalculator

Repository files navigation

Smart C# WPF Calculator

A Github style like C# Calculator for Windows.

Current Features

  • Functions such as sin, cos and tan
  • Constant Variables like pi and e
  • Understanding of Advanced expressions such as (sin(pi ÷ 6))^2 + (cos(pi ÷ 6))^2 = 1

Calculation Examples

  • 20 + 100 / 2 * 4^2 = 820
  • 5 + (-2) - (-12) = 15
  • (sin(π ÷ 6)) ^ 2 + (cos(π ÷ 6)) ^ 2 = 1
  • cos(0) = 1
  • √(2 ^ 2 + 3 ^ 2) = 3.60555127546399

Implemented Functions

  • sin(value)
  • cos(value)
  • tan(value)
  • max(value1, value2, ...)
  • ...

Preview

Preview 2

About

C# Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages