Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c53 static Py_complex c_cosh(Py_complex);
366 r = c_cosh(r); in c_cos()
380 c_cosh(Py_complex z) in c_cosh() function
907 FUNC1(cmath_cosh, c_cosh) in FUNC1()