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

Function _foo2

numpy/lib/tests/test_function_base.py:1364–1365  ·  view source on GitHub ↗
(x, y=1.0, z=0.0)

Source from the content-addressed store, hash-verified

1362
1363
1364def _foo2(x, y=1.0, z=0.0):
1365 return y*math.floor(x) + z
1366
1367
1368class TestVectorize:

Calls

no outgoing calls

Tested by

no test coverage detected