HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
reorder
Syntax
reorder(Expr,LstVar)
Description
Reorders the variables in E according to the order of the 2nd argument
Example
reorder(x^2+2*x+y^2,[y,x]) returns y^2+x^2+2*x
reorder — Discussion
↑Back to top