HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
expexpand
Syntax
expexpand(Expr)
Description
Expands exponentials usinng the identity exp(a*f(x))=(exp(f(x)))^a.
Example
expexpand(exp(3*x)) returns exp(x)^3
expexpand — Discussion
↑Back to top