Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ set
Method
set
src/main/java/com/volmit/adapt/util/CDou.java:30–34 ·
view source on GitHub ↗
(double n)
Source
from the content-addressed store, hash-verified
28
}
29
30
public
CDou set(double n) {
31
number = n;
32
circ();
33
return
this;
34
}
35
36
public
CDou add(double a) {
37
number += a;
Callers
4
angleLeft
Method · 0.95
angleRight
Method · 0.95
angleUp
Method · 0.95
angleDown
Method · 0.95
Calls
1
circ
Method · 0.95
Tested by
no test coverage detected