def test_power_wrt_ref(): ''' Checks special cases of the umath_core.pow() power operator. ''' test_uncertainties.power_wrt_ref(umath_core.pow, math.pow)
def test_power_wrt_ref(): ''' Checks special cases of the umath.pow() power operator. ''' test_uncertainties.power_wrt_ref(umath.pow, math.pow)