static float abs(float f) { ret Math.abs(f); } static int abs(int i) { ret Math.abs(i); }