Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ round
Method
round
src/org/albite/albite/AlbiteMIDlet.java:4205–4209 ·
view source on GitHub ↗
(final double d)
Source
from the content-addressed store, hash-verified
4203
}
4204
4205
private
double round(
final
double d) {
4206
double d2 = d * 10;
4207
long l = (long) d2;
4208
return
((double) l) / 10;
4209
}
4210
4211
public
final
void
calledOutside() {
4212
calledOutside = true;
Callers
1
convertUnits
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected