HP Prime for All

English  Русский 

Syntax

pow2exp(Expr)

Description

Converts powers to exponentials. Essentially the inverse of exp2pow.

Example

pow2exp(a^b) returns exp(b*ln(a))

pow2exp — Discussion