Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ islong_complex
Function
islong_complex
numpy/f2py/auxfuncs.py:207–210 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
205
206
207
def
islong_complex(var):
208
if
not iscomplex(var):
209
return
0
210
return
get_kind(var) ==
'32'
211
212
213
def
iscomplexarray(var):
Callers
nothing calls this directly
Calls
2
get_kind
Function · 0.85
iscomplex
Function · 0.70
Tested by
no test coverage detected