5.24.7 Rewrite a power as an exponential :
pow2exp
pow2exp
rewrites a power as an exponential.
Input :
pow2exp(a
^
(x+y))
Output :
exp((x+y)*ln(a))