MCPcopy
hub / github.com/microsoft/SandDance / round

Function round

docs/app/js/sanddance-app.js:69515–69517  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

69513 return value;
69514}
69515function round(value) {
69516 return Math.round(value / config.EPSILON) * config.EPSILON;
69517}
69518function duplicateArray(array) {
69519 return array.clone ? array.clone() : new Array(array.length);
69520}

Callers 3

formatValueFunction · 0.70
simpleCloneInputDataFunction · 0.70
getCenterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected