Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ atan
Function
atan
include/simd/functions.hpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
using std::atan;
149
150
inline float_4 atan(float_4 x) {
151
return float_4(sse_mathfun_atan_ps(x.v));
152
}
153
154
using std::atan2;
155
Callers
nothing calls this directly
Calls
1
sse_mathfun_atan_ps
Function · 0.85
Tested by
no test coverage detected