Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcomplexobject.c881 complex_conjugate(PyObject *self) in complex_conjugate() function
953 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,