MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / atan

Function atan

include/rabitqlib/third/Eigen/src/Core/MathFunctions.h:1714–1718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1712
1713template<typename T>
1714EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1715T atan(const T &x) {
1716 EIGEN_USING_STD(atan);
1717 return static_cast<T>(atan(x));
1718}
1719
1720#if EIGEN_HAS_CXX11_MATH
1721template<typename T>

Callers 1

patanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected