A simple calculator class that provides basic arithmetic operations.
Adds two numbers.
Divides the first number by the second.
Multiplies two numbers.
Calculates the power of a number.
Calculates the square root of a number.
Subtracts the second number from the first.