def test_power_all_cases(): ''' Test special cases of umath_core.pow(). ''' test_uncertainties.power_all_cases(umath_core.pow)
def test_power_all_cases(): ''' Test special cases of umath.pow(). ''' test_uncertainties.power_all_cases(umath.pow)