Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h432 {"sin", (PyCFunction)cmath_sin, METH_O, cmath_sin__doc__},
438 cmath_sin(PyObject *module, PyObject *arg) in cmath_sin() function
/external/python/cpython2/Modules/
Dcmathmodule.c910 FUNC1(cmath_sin, c_sin) in FUNC1()
1083 {"sin", cmath_sin, METH_VARARGS, c_sin_doc},