To raise any number to a power, use?
the exponent symbol ^.
the built-in library function pow(x,y).
the built-in library function pow10(x).
concatenation.