Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c1515 static const double degToRad = Py_MATH_PI / 180.0; variable
1537 return PyFloat_FromDouble(x * degToRad); in math_radians()
/external/python/cpython3/Modules/
Dmathmodule.c2736 static const double degToRad = Py_MATH_PI / 180.0; variable
2769 return PyFloat_FromDouble(x * degToRad); in math_radians_impl()