Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ circ
Method
circ
src/main/java/com/volmit/adapt/util/CDou.java:52–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
void
circ() {
53
if
(number < 0) {
54
number = max - (Math.abs(number) > max ? max : Math.abs(number));
55
}
56
57
number = number % (max);
58
}
59
}
Callers
3
set
Method · 0.95
add
Method · 0.95
sub
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected