Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ formatCompact4Digits
Method
formatCompact4Digits
output/java_guava/1.4.13/Platform.java:50–52 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
48
49
50
static
String formatCompact4Digits(double value) {
51
return
String.format(Locale.ROOT,
"%.4g"
, value);
52
}
53
}
Callers
5
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
Calls
1
format
Method · 0.45
Tested by
no test coverage detected