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

Function test_nextafterl

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

Source from the content-addressed store, hash-verified

4455@pytest.mark.xfail(condition=platform.machine().startswith("ppc64"),
4456 reason="IBM double double")
4457def test_nextafterl():
4458 return _test_nextafter(np.longdouble)
4459
4460
4461def test_nextafter_0():

Callers

nothing calls this directly

Calls 1

_test_nextafterFunction · 0.85

Tested by

no test coverage detected