Array.mapper()
Revision as of 02:37, 20 April 2020 by Devika (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
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 |