Searched refs:math_pow (Results 1 – 1 of 1) sorted by relevance
337 {"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