Map Function Example
Details
Action
A MathScript Function that applies a function of one variable to each member of a list.
map(sqrt,list(1,4,9))
returns the list (1,2,3)