static int roundDownToTens(int x) { return roundDownTo(x, 10); }