If you want to do, for example, 4 to the power of 2, do 4**2.
If you want to do, for example, the square root of 4, do 4**(1/2).