Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c169 static int math_log (lua_State *L) { in math_log() function
/external/python/cpython3/Modules/
Dmathmodule.c2261 math_log(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_log() function