class documentation

class TestComplexFunctions: (source)

View In Hierarchy

Undocumented

Method test_against_cmath Undocumented
Method test_branch_cuts Undocumented
Method test_branch_cuts_complex64 Undocumented
Method test_it Undocumented
Method test_loss_of_precision Check loss of precision in complex arc* functions
Method test_precisions_consistent Undocumented
Method test_promotion_corner_cases Undocumented
Class Variable funcs Undocumented
def test_against_cmath(self): (source)

Undocumented

@pytest.mark.xfail(IS_WASM, reason='doesn\'t work')
def test_branch_cuts(self): (source)

Undocumented

@pytest.mark.xfail(IS_WASM, reason='doesn\'t work')
def test_branch_cuts_complex64(self): (source)

Undocumented

def test_it(self): (source)

Undocumented

@pytest.mark.xfail(IS_WASM, reason='doesn\'t work')
@pytest.mark.parametrize('dtype', [np.complex64, np.complex_, np.longcomplex])
def test_loss_of_precision(self, dtype): (source)

Check loss of precision in complex arc* functions

@pytest.mark.xfail(IS_WASM, reason='doesn\'t work')
def test_precisions_consistent(self): (source)

Undocumented

@np.errstate(all='ignore')
def test_promotion_corner_cases(self): (source)

Undocumented

Undocumented