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

Function islong_double

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

Source from the content-addressed store, hash-verified

194
195
196def islong_double(var):
197 if not isscalar(var):
198 return 0
199 if not var.get('typespec') == 'real':
200 return 0
201 return get_kind(var) == '16'
202
203
204def islong_complex(var):

Callers 1

islong_doublefunctionFunction · 0.85

Calls 3

get_kindFunction · 0.85
isscalarFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…