Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c2895 static const double degToRad = Py_MATH_PI / 180.0; variable
2928 return PyFloat_FromDouble(x * degToRad); in math_radians_impl()
/third_party/sqlite/src/
H A Dsqlite3.c126855 static double degToRad(double x){ return x*(M_PI/180.0); } global() function
[all...]

Completed in 137 milliseconds