int floormod (int dividend, int divisor); int ceildiv(int dividend, int divisor); int floordiv(int dividend, int divisor);