class documentation

class TestFRExp:

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):

Undocumented