MCPcopy 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

148using std::atan;
149
150inline float_4 atan(float_4 x) {
151 return float_4(sse_mathfun_atan_ps(x.v));
152}
153
154using std::atan2;
155

Callers

nothing calls this directly

Calls 1

sse_mathfun_atan_psFunction · 0.85

Tested by

no test coverage detected