Home | History | Annotate | Download | only in Modules

Lines Matching defs:math_pow

1435 math_pow(PyObject *self, PyObject *args)
1483 PyFPE_START_PROTECT("in math_pow", return 0);
1603 {"pow", math_pow, METH_VARARGS, math_pow_doc},