MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / patan

Function patan

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

Source from the content-addressed store, hash-verified

1062/** \internal \returns the arc tangent of \a a (coeff-wise) */
1063template <typename Packet>
1064EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS Packet patan(const Packet& a) {
1065 EIGEN_USING_STD(atan);
1066 return atan(a);
1067}
1068
1069/** \internal \returns the hyperbolic tan of \a a (coeff-wise) */
1070template <typename Packet>

Callers 2

patan2Function · 0.85
UnaryFunctors.hFile · 0.85

Calls 1

atanFunction · 0.70

Tested by

no test coverage detected