| 958 | |
| 959 | /** \internal \returns the arc sine of \a a (coeff-wise) */ |
| 960 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |
| 961 | Packet pasin(const Packet& a) { EIGEN_USING_STD(asin); return asin(a); } |
| 962 | |
| 963 | /** \internal \returns the arc cosine of \a a (coeff-wise) */ |
| 964 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |