Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ get
Method
get
JSAT/src/jsat/utils/concurrent/AtomicDouble.java:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
public
double get()
28
{
29
return
longBitsToDouble(base.get());
30
}
31
32
public
double getAndAdd(double delta)
33
{
Callers
9
getAndAdd
Method · 0.95
addAndGet
Method · 0.95
toString
Method · 0.95
procedure4m_init
Method · 0.95
trainC
Method · 0.95
cluster
Method · 0.95
transform
Method · 0.95
computeP
Method · 0.95
stress
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected