MCPcopy Create free account
hub / github.com/VCVRack/Rack / fmod

Function fmod

include/simd/functions.hpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189using std::fmod;
190
191inline float_4 fmod(float_4 a, float_4 b) {
192 return a - floor(a / b) * b;
193}
194
195using std::hypot;
196

Callers 4

initFunction · 0.85
appendContextMenuMethod · 0.85
onChangeMethod · 0.85
eucModFunction · 0.85

Calls 1

floorFunction · 0.85

Tested by

no test coverage detected