pow(base, exponent)
The pow() function raises the base to the power of the exponent (i.e., base^exponent).
pow()
base^exponent
pow(scalar, scalar) -> scalar
pow(matrix, scalar) -> matrix