//Math.js
export function round(a) {
  return Math.round(a)
}