MCPcopy Index your code
hub / github.com/numpy/numpy / islong_complex

Function islong_complex

numpy/f2py/auxfuncs.py:204–207  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

202
203
204def islong_complex(var):
205 if not iscomplex(var):
206 return 0
207 return get_kind(var) == '32'
208
209
210def iscomplexarray(var):

Callers

nothing calls this directly

Calls 2

get_kindFunction · 0.85
iscomplexFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…