divide()
Calculates division out = a / b.
a – A ndarray with at least 1 dimension
ndarray
b – A ndarray with at least 1 dimension of the same shape as a
out – A ndarray with at least 1 dimension of the same shape as a. If None, the result is returned.
A ndarray containing the result.