Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp170 static complex<_Tp> tanhT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanhT() function
182 { return tanhT(z, float_limit); } in tanh()
185 { return tanhT(z, double_limit); } in tanh()
189 { return tanhT(z, ldouble_limit); } in tanh()