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


mathOnNumberList(numberList, mathExpression) #Output: Number list



Parser expressionDescription


mathOnNumberList([1, 2, 3, 4, 5], {seed.number} * 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



Use cases and examples



Parser function cloud
Map(question)

Notes

Workaround

Just like for mathOnIssueList() but using a number list.






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

Label