Searched refs:cmath_log10 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 390 {"log10", (PyCFunction)cmath_log10, METH_O, cmath_log10__doc__}, 396 cmath_log10(PyObject *module, PyObject *arg) in cmath_log10() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 909 FUNC1(cmath_log10, c_log10) in FUNC1() 1079 {"log10", cmath_log10, METH_VARARGS, c_log10_doc},
|