Searched refs:math_hypot (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 279 {"hypot", (PyCFunction)math_hypot, METH_FASTCALL, math_hypot__doc__}, 285 math_hypot(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_hypot() function
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1388 math_hypot(PyObject *self, PyObject *args) in math_hypot() function 1594 {"hypot", math_hypot, METH_VARARGS, math_hypot_doc},
|