static long toMillions(long l) { ret (l+999999)/1000000; } static S toMillions(long l, int digits) { ret formatDouble(l/1000000.0, digits); }