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
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
array 0 (Array)
Array in
array 1 (Array)
Array in
Math function index (integer /Number)
Outputs
Array result (Array)
Calculated array out
Array length (Number)
Patches using ArrayMathArray
Changelog
optimized - removed function call occurring twice 2019-05-23 - andro |