Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ tan
Function
tan
include/simd/functions.hpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
using std::tan;
143
144
inline float_4 tan(float_4 x) {
145
return float_4(sse_mathfun_tan_ps(x.v));
146
}
147
148
using std::atan;
149
Callers
1
setParameters
Method · 0.85
Calls
1
sse_mathfun_tan_ps
Function · 0.85
Tested by
no test coverage detected