HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
map
Syntax
map(Lst(l),Fnc(f))
Description
Apply the function f at the elements of the list l or at a polynomial of internal format.
Example
map([1,2,3],x->x^3) returns [1,8,27]
map — Discussion
↑Back to top