MCPcopy 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

142using std::tan;
143
144inline float_4 tan(float_4 x) {
145 return float_4(sse_mathfun_tan_ps(x.v));
146}
147
148using std::atan;
149

Callers 1

setParametersMethod · 0.85

Calls 1

sse_mathfun_tan_psFunction · 0.85

Tested by

no test coverage detected