source:
node_modules/d3-format/src/exponent.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 149 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | import {formatDecimalParts} from "./formatDecimal.js"; |
| 2 | ||
| 3 | export default function(x) { | |
| 4 | return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN; | |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
