Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/RACER
/ mod
Function
mod
swarm_exploration/plan_env/src/raycast.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
double mod(double value, double modulus) {
11
return fmod(fmod(value, modulus) + modulus, modulus);
12
}
13
14
double intbound(double s, double ds) {
15
// Find the smallest positive t such that s+t*ds is an integer.
Callers
1
intbound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected