class documentation

class TestSpecialFloats:

View In Hierarchy

Undocumented

Method test​_abs​_values Undocumented
Method test​_arccosh Undocumented
Method test​_arcsincos Undocumented
Method test​_arcsinh Undocumented
Method test​_arctan Undocumented
Method test​_arctanh Undocumented
Method test​_cosh Undocumented
Method test​_exp2 Undocumented
Method test​_exp​_exceptions Undocumented
Method test​_exp​_values Undocumented
Method test​_expm1 Undocumented
Method test​_log​_values Undocumented
Method test​_reciprocal​_values Undocumented
Method test​_sincos​_values Undocumented
Method test​_sinh Undocumented
Method test​_sqrt​_values Undocumented
Method test​_square​_values Undocumented
Method test​_tan Undocumented
Method test​_tanh Undocumented
def test_abs_values(self):

Undocumented

def test_arccosh(self):

Undocumented

def test_arcsincos(self):

Undocumented

def test_arcsinh(self):

Undocumented

def test_arctan(self):

Undocumented

def test_arctanh(self):

Undocumented

def test_cosh(self):

Undocumented

def test_exp2(self):

Undocumented

@pytest.mark.xfail(glibc_older_than('2.17'), reason='Older glibc versions may not raise appropriate FP exceptions')
def test_exp_exceptions(self):

Undocumented

def test_exp_values(self):

Undocumented

def test_expm1(self):

Undocumented

def test_log_values(self):

Undocumented

def test_reciprocal_values(self):

Undocumented

def test_sincos_values(self):

Undocumented

def test_sinh(self):

Undocumented

@pytest.mark.parametrize('dt', ['f', 'd', 'g'])
def test_sqrt_values(self, dt):

Undocumented

def test_square_values(self):

Undocumented

def test_tan(self):

Undocumented

def test_tanh(self):

Undocumented