MCPcopy 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
10double mod(double value, double modulus) {
11 return fmod(fmod(value, modulus) + modulus, modulus);
12}
13
14double intbound(double s, double ds) {
15 // Find the smallest positive t such that s+t*ds is an integer.

Callers 1

intboundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected