class documentation

class TestLDExp:

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

Undocumented