MCPcopy Create free account
hub / github.com/numpy/numpy / mul

Method mul

numpy/core/tests/test_umath.py:4343–4344  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

4341
4342 def test_identity(self):
4343 def mul(a, b):
4344 return a * b
4345
4346 # with identity=value
4347 mul_ufunc = np.frompyfunc(mul, nin=2, nout=1, identity=1)

Callers 4

test_conversionsMethod · 0.45
test_arithmetic_fusedMethod · 0.45
test_absMethod · 0.45
test_arithmetic_mulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected