Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1364
def
_foo2(x, y=1.0, z=0.0):
1365
return
y*math.floor(x) + z
1366
1367
1368
class
TestVectorize:
Callers
2
test_keywords_with_otypes_several_kwd_args1
Method · 0.85
test_keywords_with_otypes_several_kwd_args2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected