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

Function test_spacingl

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

Source from the content-addressed store, hash-verified

4494@pytest.mark.xfail(condition=platform.machine().startswith("ppc64"),
4495 reason="IBM double double")
4496def test_spacingl():
4497 return _test_spacing(np.longdouble)
4498
4499def test_spacing_gfortran():
4500 # Reference from this fortran file, built with gfortran 4.3.3 on linux

Callers

nothing calls this directly

Calls 1

_test_spacingFunction · 0.85

Tested by

no test coverage detected