^ — power
expression ^ expression
^ : ( R x R ) -> R
4 ^ 3 = 64
Elevates an expression into a power, which is equivalent to multiplying the leftmost expression by itself, rightmost expression times.