pow raising to a power

pow a, b computes a raised to the b power.

write pow 2, 3

Powers can also be written using **: see the reference on basic arithmetic.