MCPcopy 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
207def islong_complex(var):
208 if not iscomplex(var):
209 return 0
210 return get_kind(var) == '32'
211
212
213def iscomplexarray(var):

Callers

nothing calls this directly

Calls 2

get_kindFunction · 0.85
iscomplexFunction · 0.70

Tested by

no test coverage detected