MCPcopy 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

setMethod · 0.95
addMethod · 0.95
subMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected