Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ islong_double
Function
islong_double
numpy/f2py/auxfuncs.py:199–204 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
197
198
199
def
islong_double(var):
200
if
not isscalar(var):
201
return
0
202
if
not var.get(
'typespec'
) ==
'real'
:
203
return
0
204
return
get_kind(var) ==
'16'
205
206
207
def
islong_complex(var):
Callers
1
islong_doublefunction
Function · 0.85
Calls
3
get_kind
Function · 0.85
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected