Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ sub
Method
sub
src/main/java/com/volmit/adapt/util/CDou.java:42–46 ·
view source on GitHub ↗
(double a)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
CDou sub(double a) {
43
number -= a;
44
circ();
45
return
this;
46
}
47
48
public
double get() {
49
return
number;
Callers
1
angleLeft
Method · 0.95
Calls
1
circ
Method · 0.95
Tested by
no test coverage detected