Home
last modified time | relevance | path

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

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