Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c694 static int math_log10 (lua_State *L) { in math_log10() function
/external/python/cpython3/Modules/
Dmathmodule.c2317 math_log10(PyObject *module, PyObject *x) in math_log10() function