Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h337 {"pow", (PyCFunction)(void(*)(void))math_pow, METH_FASTCALL, math_pow__doc__},
343 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow() function