Home
last modified time | relevance | path

Searched refs:math_cos (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlmathlib.c55 static int math_cos (lua_State *L) { in math_cos() function
358 {"cos", math_cos},
/external/python/cpython2/Modules/
Dmathmodule.c1580 {"cos", math_cos, METH_O, math_cos_doc},
/external/python/cpython3/Modules/
Dmathmodule.c2333 {"cos", math_cos, METH_O, math_cos_doc},