MCPcopy 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

toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected