Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h644 {"log", (PyCFunction)cmath_log, METH_FASTCALL, cmath_log__doc__},
650 cmath_log(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in cmath_log() function
/external/python/cpython2/Modules/
Dcmathmodule.c832 cmath_log(PyObject *self, PyObject *args) in cmath_log() function
1078 {"log", cmath_log, METH_VARARGS, cmath_log_doc},