Home
last modified time | relevance | path

Searched refs:math_log (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A Dmathmodule.c.h190 {"log", (PyCFunction)math_log, METH_VARARGS, math_log__doc__},
197 math_log(PyObject *module, PyObject *args) in math_log() function
/third_party/python/Lib/test/
H A Dpickletester.py3834 new_f, some_str, math_log = pickle.loads(bio.getvalue())
3842 self.assertIs(math_log, math.log)

Completed in 8 milliseconds