Home
last modified time | relevance | path

Searched refs:c_powu (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dcomplexobject.c159 c_powu(Py_complex x, long n) in c_powu() function
178 return c_powu(x,n); in c_powi()
180 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()

Completed in 2 milliseconds