Math Operators in PHP

Addition: 5
Subtraction: -1
Multiplication: 6
Division: 0.66666666666667
Exponent: 8

Here, we’re using basic math operators with the numbers 2 and 3. We can add, subtract, multiply, divide, and use exponent to raise one number to the power of another!