NumPy - np.add, np.subtract, np.multiply, np.divide
NumPy’s core arithmetic functions operate element-wise on arrays. While Python operators work identically for most cases, the explicit functions offer additional parameters for advanced control.
Read more →