MCPcopy Create free account
hub / github.com/antlr/codebuff / formatCompact4Digits

Method formatCompact4Digits

corpus/java/training/guava/base/Platform.java:47–49  ·  view source on GitHub ↗
(double value)

Source from the content-addressed store, hash-verified

45 }
46
47 static String formatCompact4Digits(double value) {
48 return String.format(Locale.ROOT, "%.4g", value);
49 }
50}

Callers 1

toStringMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected