Home
last modified time | relevance | path

Searched refs:math_dist (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h307 {"dist", (PyCFunction)(void(*)(void))math_dist, METH_FASTCALL, math_dist__doc__},
313 math_dist(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_dist() function