Searched refs:cmath_sin (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 432 {"sin", (PyCFunction)cmath_sin, METH_O, cmath_sin__doc__}, 438 cmath_sin(PyObject *module, PyObject *arg) in cmath_sin() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 910 FUNC1(cmath_sin, c_sin) in FUNC1() 1083 {"sin", cmath_sin, METH_VARARGS, c_sin_doc},
|