Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1713
template<typename T>
1714
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1715
T atan(const T &x) {
1716
EIGEN_USING_STD(atan);
1717
return static_cast<T>(atan(x));
1718
}
1719
1720
#if EIGEN_HAS_CXX11_MATH
1721
template<typename T>
Callers
1
patan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected