Searched refs:degToRad (Results 1 – 2 of 2) sorted by relevance
1515 static const double degToRad = Py_MATH_PI / 180.0; variable1537 return PyFloat_FromDouble(x * degToRad); in math_radians()
2736 static const double degToRad = Py_MATH_PI / 180.0; variable2769 return PyFloat_FromDouble(x * degToRad); in math_radians_impl()