Previous Up Next

5.28.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))

Previous Up Next