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

Function test_nextafterf

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

Source from the content-addressed store, hash-verified

4447
4448
4449def test_nextafterf():
4450 return _test_nextafter(np.float32)
4451
4452
4453@pytest.mark.skipif(np.finfo(np.double) == np.finfo(np.longdouble),

Callers

nothing calls this directly

Calls 1

_test_nextafterFunction · 0.85

Tested by

no test coverage detected