Home
last modified time | relevance | path

Searched refs:c_powi (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dcomplexobject.c174 c_powi(Py_complex x, long n) in c_powi() function
671 p = c_powi(a,int_exponent); in complex_pow()