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