Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
using std::fmod;
190
191
inline float_4 fmod(float_4 a, float_4 b) {
192
return a - floor(a / b) * b;
193
}
194
195
using std::hypot;
196
Callers
4
init
Function · 0.85
appendContextMenu
Method · 0.85
onChange
Method · 0.85
eucMod
Function · 0.85
Calls
1
floor
Function · 0.85
Tested by
no test coverage detected