Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c50 static int math_sin (lua_State *L) { in math_sin() function
372 {"sin", math_sin},
/external/python/cpython2/Modules/
Dmathmodule.c1605 {"sin", math_sin, METH_O, math_sin_doc},
/external/python/cpython3/Modules/
Dmathmodule.c2363 {"sin", math_sin, METH_O, math_sin_doc},