Home | History | Annotate | Download | only in stl

Lines Matching full:cosh

965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);