MCPcopy 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
9503function exponent(x) {
9504 return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
9505}
9506
9507function formatGroup(grouping, thousands) {
9508 return function(value, width) {

Callers 4

formatPrefixFunction · 0.85
precisionFixedFunction · 0.85
precisionPrefixFunction · 0.85
precisionRoundFunction · 0.85

Calls 1

formatDecimalPartsFunction · 0.85

Tested by

no test coverage detected