MCPcopy Index your code
hub / github.com/jipegit/OSXAuditor / formatNumber

Function formatNumber

d3-3.2.8/test/assert.js:151–153  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

149}
150
151function formatNumber(s) {
152 return Math.abs((s = +s) - Math.floor(s)) < 1e-6 ? Math.floor(s) : s.toFixed(6);
153}

Callers 2

benchmark.jsFile · 0.85
area-benchmark.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected