Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h367 math_radians_impl(PyObject *module, double x);
378 return_value = math_radians_impl(module, x); in math_radians()
/external/python/cpython3/Modules/
Dmathmodule.c2196 math_radians_impl(PyObject *module, double x) in math_radians_impl() function