pow
Raise a number to a power.
base(required): the base numberexponent(required): the exponent
utlx
pow(2, 10) // 1024
pow(10, 3) // 1000