export const bulkRound = (...args: number[]): number[] => args.map(n => Math.round(n));