sS formatWith2OrZeroDecimals(double x) { S s = formatDouble2X(x); ret dropSuffix(".00", s); }