Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 290 Bytes

Calculator

This is a simple scientific calculator in C++. There are 17 functions that include some basic operative and trigonometric functions. The functions of exponent, factorial and decimal to binary conversion are done manually with defined functions. 3 methods are yet to be added.