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