performs a math operations on two arrays
summary (oneliner)
This op allows a math operation to be performed on two arrays which must have the same length.
The following math operations are available+ - * / % min max
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
array 0 (Array)
Array in
array 1 (Array)
Array in
Math function index (integer /Number)
Math function (String)
Pick a math function to apply to both arrays
Outputs
Array result (Array)
Calculated array out
Array length (Number)
Patches using ArrayMathArray
Changelog
optimized - removed function call occurring twice 2019-05-23 - andro |