Searched refs:math_radians (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 419 {"radians", (PyCFunction)math_radians, METH_O, math_radians__doc__}, 425 math_radians(PyObject *module, PyObject *arg) in math_radians() function
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1532 math_radians(PyObject *self, PyObject *arg) in math_radians() function 1604 {"radians", math_radians, METH_O, math_radians_doc},
|