Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_conversions
Method · 0.45
test_arithmetic_fused
Method · 0.45
test_abs
Method · 0.45
test_arithmetic_mul
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected