class documentation

class TestLDExp: (source)

View In Hierarchy

Undocumented

Method test_ldexp Undocumented
@pytest.mark.parametrize('stride', [-4, -2, -1, 1, 2, 4])
@pytest.mark.parametrize('dtype', ['f', 'd'])
def test_ldexp(self, dtype, stride): (source)

Undocumented