static S formatDouble_significant(double d, int digits) { ret formatDouble_significant2(d, digits); }