def intify(*args): return [int(round(i)) for i in args]