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