Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ trim
Method
trim
onjava/Rand.java:174–174 ·
view source on GitHub ↗
(double d)
Source
from the content-addressed store, hash-verified
172
}
173
}
174
static
double trim(double d) {
175
return
176
((double)Math.round(d * 1000.0)) / 100.0;
177
}
Callers
9
toString
Method · 0.80
main
Method · 0.80
main
Method · 0.80
fillBin
Method · 0.80
get
Method · 0.80
get
Method · 0.80
getAsDouble
Method · 0.80
array
Method · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected