Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c271 c_atan2(Py_complex z) in c_atan2() function
925 phi = c_atan2(z); in FUNC1()
946 phi = c_atan2(z); /* should not cause any exception */ in cmath_polar()