Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h388 math_degrees_impl(PyObject *module, double x);
406 return_value = math_degrees_impl(module, x); in math_degrees()
/external/python/cpython3/Modules/
Dmathmodule.c2749 math_degrees_impl(PyObject *module, double x) in math_degrees_impl() function