I was using eclipse recently, trying to make a scientific calculator that performs specific functions when I tried exploring how to put a number to a specific power. As I was exploring how to perform that function, I attempted to write the power in calculator notation (ex. 5^6). When I did this, I received a strange answer that I was not expecting. I tried plugging in different numbers and became even more confused.
What does the carrot (^) do in eclipse? I would like to know its function simply for reference in case I would like to use it at another time.