A command-line calculator, my first project written in C++. Containing a couple of mathematical operators and functions. This calculator was written without using the stack and for calculations it uses the standard infix notation.
+Addition-Subtraction*Multiplication/Division^Exponent%Modulus
abs()- Absolute valuefloor()- Floorceil()- Ceilingsin()- Sinecos()- Cosinetan()- Tangentasin()- Arcsineacos()- Arccosineatan()- Arctangentsqrt()- Square rootcbrt()- Cube rootlog()- Logarithmexp()- Exponentiation