HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
pow2exp
Syntax
pow2exp(Expr)
Description
Converts powers to exponentials. Essentially the inverse of exp2pow.
Example
pow2exp(a^b) returns exp(b*ln(a))
pow2exp — Discussion
↑Back to top