Home
last modified time | relevance | path

Searched defs:math_log10 (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlmathlib.c342 static int math_log10 (lua_State *L) { in math_log10() function
/external/python/cpython2/Modules/
Dmathmodule.c1345 math_log10(PyObject *self, PyObject *arg) in math_log10() function
/external/python/cpython3/Modules/
Dmathmodule.c1991 math_log10(PyObject *module, PyObject *x) in math_log10() function