Home
last modified time | relevance | path

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

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