MCPcopy Create free account
hub / github.com/numpy/numpy / _nan

Method _nan

numpy/core/tests/test_simd.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 return -float("inf")
110
111 def _nan(self):
112 return float("nan")
113
114 def _cpu_features(self):
115 target = self.target_name

Callers 8

test_absMethod · 0.80
test_sqrtMethod · 0.80
test_squareMethod · 0.80
test_roundingMethod · 0.80
test_max_minMethod · 0.80
test_reciprocalMethod · 0.80
test_special_casesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected