Searched defs:tanh (Results 1 – 2 of 2) sorted by relevance
181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) in tanh() function184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) in tanh() function188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) in tanh() function
1065 inline valarray<_Tp> tanh(const valarray<_Tp>& __x) { in tanh() function