Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c54 static Py_complex c_sinh(Py_complex);
594 s = c_sinh(s); in c_sin()
610 c_sinh(Py_complex z) in c_sinh() function
911 FUNC1(cmath_sinh, c_sinh) in FUNC1()