Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c306 static int math_cosh (lua_State *L) { in math_cosh() function
378 {"cosh", math_cosh},
/external/python/cpython2/Modules/
Dmathmodule.c1581 {"cosh", math_cosh, METH_O, math_cosh_doc},
/external/python/cpython3/Modules/
Dmathmodule.c2334 {"cosh", math_cosh, METH_O, math_cosh_doc},