first commit
This commit is contained in:
5
node_modules/d3-format/src/exponent.js
generated
vendored
Normal file
5
node_modules/d3-format/src/exponent.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import {formatDecimalParts} from "./formatDecimal.js";
|
||||
|
||||
export default function(x) {
|
||||
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
|
||||
}
|
||||
Reference in New Issue
Block a user