Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
151
function
formatNumber(s) {
152
return
Math.abs((s = +s) - Math.floor(s)) < 1e-6 ? Math.floor(s) : s.toFixed(6);
153
}
Callers
2
benchmark.js
File · 0.85
area-benchmark.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected