MCPcopy Create free account
hub / github.com/pydata/numexpr / case1_numpy

Function case1_numpy

bench/bench.py:224–225  ·  view source on GitHub ↗
(x1, x2)

Source from the content-addressed store, hash-verified

222dtype1 = 'float64'
223expr1 = 'r=x1*sin(x2)'
224def case1_numpy(x1, x2):
225 return x1*np.sin(x2)
226
227def case1_ne2(x1, x2):
228 return ne2.evaluate('x1*sin(x2)')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…