multiply Elements
Multiplies the two arrays element by element. Arrays must have same length.
Return
a new array containing ai*bi
Parameters
a
the first array
b
the second array
Multiplies the two arrays element by element. Arrays must have same length.
a new array containing ai*bi
the first array
the second array