I was doing some work in python and I typed in ^ instead off ** without thinking and found some confusion as to what ^ does
I did a bit of testing to find:
10^2 = 8
0^2 = 2
-5^2 = -7
11^2 = 9
9^2 = 11
-10^2 = -12
-9^2 = -11
is there any easy definition of ^