MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / pasin

Function pasin

include/Eigen/Eigen/src/Core/GenericPacketMath.h:960–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

packetOpMethod · 0.85

Calls 1

asinFunction · 0.70

Tested by

no test coverage detected