divide Elements
Divides the arrays' element by element. Arrays must have the same length and must not be null.
Return
the array containing ``a[i]/b[i]``
Parameters
a
the first array
b
the second array and must not have any zero elements