Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h419 {"radians", (PyCFunction)math_radians, METH_O, math_radians__doc__},
425 math_radians(PyObject *module, PyObject *arg) in math_radians() function
/external/python/cpython2/Modules/
Dmathmodule.c1532 math_radians(PyObject *self, PyObject *arg) in math_radians() function
1604 {"radians", math_radians, METH_O, math_radians_doc},