Compute base-10 exponential function.
Returns the base-10 exponential function of x, which is 10 raised to the power x, 10x.
exp10[x]
#<result> = exp10[3] (print,#<result>)
result: 1000
log10