Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _nan
Method
_nan
numpy/_core/tests/test_simd.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
return
-float(
"inf"
)
115
116
def
_nan(self):
117
return
float(
"nan"
)
118
119
def
_cpu_features(self):
120
target = self.target_name
Callers
8
test_abs
Method · 0.80
test_sqrt
Method · 0.80
test_square
Method · 0.80
test_rounding
Method · 0.80
test_max_min
Method · 0.80
test_reciprocal
Method · 0.80
test_special_cases
Method · 0.80
test_comparison_with_nan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected