static long toM(long l) { ret (l+1024*1024-1)/(1024*1024); } static S toM(long l, int digits) { ret formatDouble(toM_double(l), digits); }