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

Function test_nextafter

numpy/core/tests/test_umath.py:4445–4446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4443 assert_(np.nextafter(one, one) == one)
4444
4445def test_nextafter():
4446 return _test_nextafter(np.float64)
4447
4448
4449def test_nextafterf():

Callers

nothing calls this directly

Calls 1

_test_nextafterFunction · 0.85

Tested by

no test coverage detected