This is advanced calculator developed in C#.Net. This will help you learn the math’s functions available in C# and how to perform the complex mathematical calculations.

This calculator can perform following math's operations

  • addition
  • subtraction
  • multiplication
  • division
  • Inverse
  • Sin, Cos, Tan ,Sinh, Cosh, Tanh
  • Bitwise operations like and (&) or ( | ) not (~) and XOR (^)
  • Square root of no, Square, cube, and X ^ y, Inverse factorial and absolute.
  • Log and Log10 of number.

Screenshot:


Next Recommended Readings