{
  "name":"round",
  "description":"Output the value of a number rounded to the nearest integer",
  "spec": {
    "id": "__HOPE__/builtin/math/round",
    "in": {
      "ports": [{
        "name": "in",
        "type": "number"
        }]
    },
    "out": {
      "ports": [{
          "name": "out",
          "type": "int"
        }]
    }
  },
  "doc": "builtin/math.html#round"
}
