Searched defs:cosh (Results 1 – 2 of 2) sorted by relevance
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) in cosh() function159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) in cosh() function163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) in cosh() function
965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function