Searched refs:math_cosh (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lmathlib.c | 306 static int math_cosh (lua_State *L) { in math_cosh() function 378 {"cosh", math_cosh},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1581 {"cosh", math_cosh, METH_O, math_cosh_doc},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 2334 {"cosh", math_cosh, METH_O, math_cosh_doc},
|