Searched refs:math_log10 (Results 1 – 3 of 3) sorted by relevance
133 static int math_log10 (lua_State *L) { in math_log10() function249 {"log10", math_log10},
1345 math_log10(PyObject *self, PyObject *arg) in math_log10() function1601 {"log10", math_log10, METH_O, math_log10_doc},