Source Files Download My Blog

Scientific Calculator

Hello! I made this scientific calculator scripted in C++. I have completed this project in a span of 1 day to demonstrate my capabilities as a software engineer. The source code for the cpp script and for constructing this website is in the source files. Simply put in the box the math problem that you want to solve, and the calculator will get to work. The scientific calculator works with the following functions: a+b, a-b, a*b, a/b, a^b, Sin(x), Cos(x), Tan(x), Exp(x), Log(x), Sqrt(x). This calculator does not solve algebraic equations. All the best, Dylan Ma