class documentation

class TestFRExp: (source)

View In Hierarchy

Undocumented

Method test_frexp Undocumented
@pytest.mark.parametrize('stride', [-4, -2, -1, 1, 2, 4])
@pytest.mark.parametrize('dtype', ['f', 'd'])
@pytest.mark.skipif(not sys.platform.startswith('linux'), reason='np.frexp gives different answers for NAN/INF on windows and linux')
def test_frexp(self, dtype, stride): (source)

Undocumented