Searched refs:math_log10 (Results 1 – 2 of 2) sorted by relevance
242 {"log10", (PyCFunction)math_log10, METH_O, math_log10__doc__},
2374 math_log10(PyObject *module, PyObject *x) in math_log10() function