Searched refs:math_log (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 187 {"log", (PyCFunction)math_log, METH_VARARGS, math_log__doc__}, 194 math_log(PyObject *module, PyObject *args) in math_log() function
|
/external/lua/src/ |
D | lmathlib.c | 179 static int math_log (lua_State *L) { in math_log() function 365 {"log", math_log},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1313 math_log(PyObject *self, PyObject *args) in math_log() function 1599 {"log", math_log, METH_VARARGS, math_log_doc},
|