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

Function test_spacingf

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

Source from the content-addressed store, hash-verified

4486 return _test_spacing(np.float64)
4487
4488def test_spacingf():
4489 return _test_spacing(np.float32)
4490
4491
4492@pytest.mark.skipif(np.finfo(np.double) == np.finfo(np.longdouble),

Callers

nothing calls this directly

Calls 1

_test_spacingFunction · 0.85

Tested by

no test coverage detected