| 761 | |
| 762 | /** \internal \returns the arc sine of \a a (coeff-wise) */ |
| 763 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |
| 764 | Packet pasin(const Packet& a) { EIGEN_USING_STD(asin); return asin(a); } |
| 765 | |
| 766 | /** \internal \returns the arc cosine of \a a (coeff-wise) */ |
| 767 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |