Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c56 static Py_complex c_tanh(Py_complex);
746 s = c_tanh(s); in c_tan()
762 c_tanh(Py_complex z) in c_tanh() function
914 FUNC1(cmath_tanh, c_tanh) in FUNC1()