()
| 4455 | @pytest.mark.xfail(condition=platform.machine().startswith("ppc64"), |
| 4456 | reason="IBM double double") |
| 4457 | def test_nextafterl(): |
| 4458 | return _test_nextafter(np.longdouble) |
| 4459 | |
| 4460 | |
| 4461 | def test_nextafter_0(): |
nothing calls this directly
no test coverage detected