Searched refs:c_powu (Results 1 – 1 of 1) sorted by relevance
157 c_powu(Py_complex x, long n) in c_powu() function176 return c_powu(x,n); in c_powi()178 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()