Home | History | Annotate | Download | only in stl

Lines Matching refs:atan

919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);