Searched refs:c_powu (Results 1 – 2 of 2) sorted by relevance
154 c_powu(Py_complex x, long n) in c_powu() function180 return c_powu(x,n); in c_powi()182 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()
158 c_powu(Py_complex x, long n) in c_powu() function184 return c_powu(x,n); in c_powi()186 return c_quot(c_1,c_powu(x,-n)); in c_powi()