Array.mapper()

From ZCubes Wiki
Jump to navigation Jump to search

Array.mapper(Function|Array of Functions[,param1,param2,...])

This returns the result of each element of the Array being operated on by the function or array of functions passed. The parameters provided following the function/function array is passed to the function with each element as the first parameter.

Same as $

|3|.fillwith(11..19).mapper(LOG)

1.041392685158225 1.0791812460476247 1.1139433523068367
1.1461280356782377 1.1760912590556811 1.2041199826559246
1.2304489213782739 1.2552725051033058 1.2787536009528289

See Also

Maprow

$

$$