Ooh, I learned how to raise a number to an arbitrary power, which also taught me something else: the importance of logarithms! It's the same as multiplying using the C and D scales, only you use the LL1 or LL2 scale instead of the D scale: line up the 1 on the C scale with the base on the LL1 or LL2 scale, then move the cursor to the exponent on the C scale. and read the result off the LL1 or LL2 scale (LL means log-log).
The function you're computing is exp(ln(x)*y), because moving from an LL scale to the D scale is taking the natural log, moving back is exponentiation, and ratio between the C and D scales is set by where the 1 on the C scale points on the D scale.
Arbitrary roots is easy, too: just line up the root you want on the C scale with the number you want the root of on the LL1 or LL2 scale, then move the cursor to the 1 on the C scale and read the result off the LL1 or LL2 scale.