MCPcopy Create free account
hub / github.com/d3/d3-array / round

Function round

test/blur-test.js:200–202  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

198}
199
200function round(x) {
201 return Math.round(x * 1000) / 1000 || 0;
202}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…