Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h348 {"exp", (PyCFunction)cmath_exp, METH_O, cmath_exp__doc__},
354 cmath_exp(PyObject *module, PyObject *arg) in cmath_exp() function
/external/python/cpython2/Modules/
Dcmathmodule.c908 FUNC1(cmath_exp, c_exp) in FUNC1()
1075 {"exp", cmath_exp, METH_VARARGS, c_exp_doc},