Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ exponent
Function
exponent
external/.d3.js:9503–9505 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
9501
}
9502
9503
function
exponent(x) {
9504
return
x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
9505
}
9506
9507
function
formatGroup(grouping, thousands) {
9508
return
function
(value, width) {
Callers
4
formatPrefix
Function · 0.85
precisionFixed
Function · 0.85
precisionPrefix
Function · 0.85
precisionRound
Function · 0.85
Calls
1
formatDecimalParts
Function · 0.85
Tested by
no test coverage detected