Status
Tech review

Style guide




Short description

Returns a number list with results of the given calculation performed for each number in the specified list.

Output

Available since




This function returns a number list with results of the given calculation performed for each number in the specified list.

is used to reference the the current seed number.


mathOnNumberList(numberList, mathExpression) #Output: Number list



Parser expressionDescription


mathOnNumberList([1, 2, 3, 4, 5], ^ * 2) 


This example returns the following number list: [2, 4, 6, 8, 10]



Parameters used in this function

ParameterInput (data type)Description
numberList

Any given number list
mathExpression

A valid math expression



This function returns a