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