SciPy

numpy.ndarray.__truediv__ΒΆ

ndarray.__truediv__($self, value, /)ΒΆ

Return self/value.

Next topic

numpy.ndarray.__floordiv__