class documentation

class TestComplexFunctions:

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
Class Variable funcs Undocumented
def test_against_cmath(self):

Undocumented

def test_branch_cuts(self):

Undocumented

def test_branch_cuts_complex64(self):

Undocumented

def test_it(self):

Undocumented

@pytest.mark.parametrize('dtype', [np.complex64, np.complex_, np.longcomplex])
def test_loss_of_precision(self, dtype):
Check loss of precision in complex arc* functions
def test_precisions_consistent(self):

Undocumented

funcs =

Undocumented