POW10 function
Description
POW10(x) returns 10 to the power x. It is the reverse of the LOG function.
The argument x can be a real number, a complex number, or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the POW10 function applied to all elements.
Examples
POW10(3) equals 1000