pow a, b computes a raised to the b power.
pow a, b
a
b
write pow 2, 3
Powers can also be written using **: see the reference on basic arithmetic.
**