Power operator ^
The power operator ^ raises its left-hand operand to the power of its right-hand operand.
Examples
3^2returns 9.16^0.5returns 4.4^-2returns 0.0625.
The power operator ^ raises its left-hand operand to the power of its right-hand operand.
3^2 returns 9.16^0.5 returns 4.4^-2 returns 0.0625.